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