git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
refactor: separate syscall interfaces from kernel space, into posix compliant structure.
[lunaix-os.git]
/
lunaix-os
/
includes
/
usr
/
sys
/
ioctl.h
1
#ifndef __LUNAIX_SYS_IOCTL_H
2
#define __LUNAIX_SYS_IOCTL_H
3
4
int
5
ioctl(int fd, int req, ...);
6
7
#endif /* __LUNAIX_IOCTL_H */