blob: ebadd526b9f960ab2341b1300b22f0d0b7ecb5df [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001#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