summaryrefslogtreecommitdiffstats
path: root/c/src/lib/include/rtems
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-14 20:22:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-14 20:22:31 +0000
commit9b05600b2cc0407688548fe479fecb7ebfb5bbee (patch)
tree35c7346dcddad669e904513b4c2db004ae97eb45 /c/src/lib/include/rtems
parentAdded include of options.h since it was not being picked up (diff)
downloadrtems-9b05600b2cc0407688548fe479fecb7ebfb5bbee.tar.bz2
*** empty log message ***
Diffstat (limited to 'c/src/lib/include/rtems')
-rw-r--r--c/src/lib/include/rtems/libio.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/c/src/lib/include/rtems/libio.h b/c/src/lib/include/rtems/libio.h
index d5255769e6..5df9cccc24 100644
--- a/c/src/lib/include/rtems/libio.h
+++ b/c/src/lib/include/rtems/libio.h
@@ -22,6 +22,7 @@
#include <rtems.h>
#include <sys/types.h>
#include <sys/stat.h>
+#include <sys/ioctl.h>
/*
* Define data types which must be constructed using forward references.
@@ -446,15 +447,6 @@ typedef int (*rtems_libio_lseek_t)(
);
/*
- * IOCTL values
- */
-
-#define RTEMS_IO_GET_ATTRIBUTES 1
-#define RTEMS_IO_SET_ATTRIBUTES 2
-#define RTEMS_IO_TCDRAIN 3
-#define FIONREAD 4
-
-/*
* The following macros are used to build up the permissions sets
* used to check permissions. These are similar in style to the
* mode_t bits and should stay compatible with them.