summaryrefslogtreecommitdiffstats
path: root/include/sys/uio.h
diff options
context:
space:
mode:
authorbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>2008-03-10 17:05:34 +0000
committerbehlendo <behlendo@7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c>2008-03-10 17:05:34 +0000
commit6adf99e7d6c179039482e5341a907488d3a33ea7 (patch)
tree9c2ec9b1ebc2439dbd75f978d91a0f3281b5e60a /include/sys/uio.h
parent12472b242dc32f681a0d30efe97359ce67959e58 (diff)
Add missing headers
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@33 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
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 */