blob: ad22a3b90fe7c40595dca9624fe9d247507b60c2 [file] [log] [blame]
#ifndef SYSROOT_SYS_IOCTL_H_
#define SYSROOT_SYS_IOCTL_H_
#ifdef __cplusplus
extern "C" {
#endif
#include <bits/ioctl.h>
int ioctl(int, int, ...);
#ifdef __cplusplus
}
#endif
#endif // SYSROOT_SYS_IOCTL_H_