nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
stropts.h
Go to the documentation of this file.
1 
10 #define I_SETDEV 0x01
11 #define I_GETDEV 0x02
12 #define I_INITDEV 0x04
13 #define I_FINIDEV 0x08
14 #define I_GETINFO 0x10
15 
23 extern int ioctl(int fildes, int request, ... /* arg */);
24