summaryrefslogtreecommitdiffstats
path: root/u-boot/include/linux/ioctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'u-boot/include/linux/ioctl.h')
-rw-r--r--u-boot/include/linux/ioctl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/u-boot/include/linux/ioctl.h b/u-boot/include/linux/ioctl.h
new file mode 100644
index 0000000..7e55c36
--- /dev/null
+++ b/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 */