ioctl.h 287 B

1234567891011121314151617
  1. #ifndef _SYS_IOCTL_H
  2. #define _SYS_IOCTL_H
  3. #include <linux/ioctl.h>
  4. #include <features.h>
  5. #include <termios.h>
  6. #include <sys/socketio.h>
  7. __BEGIN_DECLS
  8. extern int ioctl __P ((int __fildes, int __cmd, ...));
  9. extern int __ioctl __P ((int __fildes, int __cmd, ...));
  10. __END_DECLS
  11. #endif