1 
2 // automatically generated by m4 from headers in proto subdir
3 
4 
5 #ifndef __SYS_IOCTL_H__
6 #define __SYS_IOCTL_H__
7 
8 // ioctls are defined in arch.h
9 
10 #include <arch.h>
11 #include <stdint.h>
12 
13 extern int ioctl(int fd,uint16_t request,...);
14 
15 
16 extern int vioctl(int fd,uint16_t request,void *arg);
17 
18 
19 
20 #endif
21