refactor: restructure the user space stuff.
[lunaix-os.git] / lunaix-os / usr / libc / includes / lunaix / ioctl.h
diff --git a/lunaix-os/usr/libc/includes/lunaix/ioctl.h b/lunaix-os/usr/libc/includes/lunaix/ioctl.h
new file mode 100644 (file)
index 0000000..b185ac2
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef __LUNAIX_SYS_IOCTL_H
+#define __LUNAIX_SYS_IOCTL_H
+
+#include <lunaix/ioctl_defs.h>
+
+int ioctl(int fd, int req, ...);
+
+#endif /* __LUNAIX_IOCTL_H */