History | View | Annotate | Download (193 Bytes)
/* sys/ioc_file.h - File ioctl() command codes.
*/
#ifndef _SYS_IOC_FILE_H
#define _SYS_IOC_FILE_H
#include <minix/ioctl.h>
#define FIONREAD _IOR('f', 1, int)
#endif /* _SYS_IOC_FILE_H */