source:
trunk/minix/include/sys/ioc_file.h@
21
| Last change on this file since 21 was 9, checked in by , 15 years ago | |
|---|---|
| File size: 193 bytes | |
| Line | |
|---|---|
| 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.