be89757ef5
Change-Id: I567fc15845b601019d346569ecfcef4f89687fd2
11 lines
193 B
C
11 lines
193 B
C
/* 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 */
|