9
0
Fork 0
barebox/include/sys/ioctl.h

7 lines
116 B
C

#ifndef __SYS_IOCTL_H
#define __SYS_IOCTL_H
int ioctl(int fd, int request, void *buf);
#endif /* __SYS_IOCTL_H */