source:
trunk/minix/include/sys/ioc_file.h@
16
Last change on this file since 16 was 9, checked in by , 14 years ago | |
---|---|
File size: 193 bytes |
Rev | Line | |
---|---|---|
[9] | 1 | /* sys/ioc_file.h - File ioctl() command codes. |
2 | */ | |
3 | ||
4 | #ifndef _SYS_IOC_FILE_H | |
5 | #define _SYS_IOC_FILE_H | |
6 | ||
7 | #include <minix/ioctl.h> | |
8 | ||
9 | #define FIONREAD _IOR('f', 1, int) | |
10 | ||
11 | #endif /* _SYS_IOC_FILE_H */ |
Note:
See TracBrowser
for help on using the repository browser.