1 /* libc/sys/linux/sys/ioctl.h - ioctl prototype */
2 
3 /* Written 2000 by Werner Almesberger */
4 
5 
6 #ifndef _SYS_IOCTL_H
7 #define _SYS_IOCTL_H
8 
9 int ioctl(int fd,int request,...);
10 
11 #endif
12