1#ifndef _SYS_IOCTL_H
2#include <misc/sys/ioctl.h>
3
4/* Now define the internal interfaces. */
5extern int __ioctl (int __fd, unsigned long int __request, ...);
6#endif
7