git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
827cd44d112de32b4c35ebf4be772162aa079bc2
[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 */