zfs/include/sys/uio.h

9 lines
141 B
C
Raw Normal View History

#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 */