git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
34963ccf473ac4eafcddd8887876e4d1bf588d42
[lunaix-os.git]
/
lunaix-os
/
usr
/
libc
/
includes
/
lunaix
/
ioctl.h
1
#ifndef __LUNALIBC_SYS_IOCTL_H
2
#define __LUNALIBC_SYS_IOCTL_H
3
4
#include <lunaix/ioctl_defs.h>
5
6
int ioctl(int fd, int req, ...);
7
8
#endif /* __LUNALIBC_IOCTL_H */