12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- #ifndef _SYS_IOCTL_H
- #define _SYS_IOCTL_H 1
- #include <features.h>
- __BEGIN_DECLS
- #include <bits/ioctls.h>
- #include <bits/ioctl-types.h>
- #include <sys/ttydefaults.h>
- extern int ioctl (int __fd, unsigned long int __request, ...) __THROW;
- __END_DECLS
- #endif
|