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