1 include(__link__.m4)
2 
3 #ifndef __SYS_IOCTL_H__
4 #define __SYS_IOCTL_H__
5 
6 // ioctls are defined in arch.h
7 
8 #include <arch.h>
9 #include <stdint.h>
10 
11 __VPROTO(,,int,,ioctl,int fd,uint16_t request,...)
12 __DPROTO(,,int,,vioctl,int fd,uint16_t request,void *arg)
13 
14 #endif
15