git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Framework for exporting system header to user space (#59)
[lunaix-os.git]
/
lunaix-os
/
usr
/
libc
/
includes
/
sys
/
ioctl.h
1
#ifndef __LUNALIBC_SYS_IOCTL_H
2
#define __LUNALIBC_SYS_IOCTL_H
3
4
#include <lunaix/ioctl.h>
5
6
int ioctl(int fd, int req, ...);
7
8
#endif /* __LUNALIBC_IOCTL_H */