6adf99e7d6
git-svn-id: https://outreach.scidac.gov/svn/spl/trunk@33 7e1ea52c-4ff2-0310-8f11-9dd32ca42a1c
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 */
|