summaryrefslogtreecommitdiffstats
path: root/include/sys/uio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sys/uio.h')
-rw-r--r--include/sys/uio.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/sys/uio.h b/include/sys/uio.h
new file mode 100644
index 000000000..845256dc9
--- /dev/null
+++ b/include/sys/uio.h
@@ -0,0 +1,8 @@
+#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 */