source: trunk/minix/include/sys/ioc_file.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

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.