summaryrefslogtreecommitdiffstats
path: root/qemu/roms/u-boot/include/linux/ioctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/u-boot/include/linux/ioctl.h')
-rw-r--r--qemu/roms/u-boot/include/linux/ioctl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/qemu/roms/u-boot/include/linux/ioctl.h b/qemu/roms/u-boot/include/linux/ioctl.h
new file mode 100644
index 000000000..7e55c3614
--- /dev/null
+++ b/qemu/roms/u-boot/include/linux/ioctl.h
@@ -0,0 +1,6 @@
+#ifndef _LINUX_IOCTL_H
+#define _LINUX_IOCTL_H
+
+#include <asm/ioctl.h>
+
+#endif /* _LINUX_IOCTL_H */