summaryrefslogtreecommitdiffstats
path: root/include/sys/ioctl.h
blob: 6d6d3f5c004b19ba8f1562757b56f9b440ad37e6 (plain)
1
2
3
4
5
6
#ifndef __SYS_IOCTL_H
#define __SYS_IOCTL_H

int ioctl(int fd, int request, void *buf);

#endif /* __SYS_IOCTL_H */