d0415b3da2ecc84e00b76fc6195a2776dfc00385
[musl] / ioctl.h
1 #ifndef _SYS_IOCTL_H
2 #define _SYS_IOCTL_H
3 #ifdef __cplusplus
4 extern "C" {
5 #endif
6
7 #include <bits/ioctl.h>
8
9 int ioctl (int, int, ...);
10
11 #ifdef __cplusplus
12 }
13 #endif
14 #endif