repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ldivmod, uldivmod: fix qdivrem calls
[minix.git]
/
include
/
sys
/
ioc_file.h
blob
735bfe7265304c3ea52af72190ece260a4a2ff25
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 */