Project

General

Profile

Statistics
| Revision:

root / lab4 / .minix-src / include / sys / ioc_file.h @ 13

History | View | Annotate | Download (193 Bytes)

1 13 up20180614
/*        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 */