mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-01-28 02:44:30 +03:00
9 lines
141 B
C
9 lines
141 B
C
|
#ifndef _SPL_UIO_H
|
||
|
#define _SPL_UIO_H
|
||
|
|
||
|
typedef enum uio_rw { UIO_READ, UIO_WRITE } uio_rw_t;
|
||
|
|
||
|
#define UIO_SYSSPACE 1
|
||
|
|
||
|
#endif /* SPL_UIO_H */
|