ioctl.h 170 B

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