summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/insmod-busybox/loop.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/insmod-busybox/loop.h')
-rw-r--r--mdk-stage1/insmod-busybox/loop.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/mdk-stage1/insmod-busybox/loop.h b/mdk-stage1/insmod-busybox/loop.h
new file mode 100644
index 000000000..cba8c6b2b
--- /dev/null
+++ b/mdk-stage1/insmod-busybox/loop.h
@@ -0,0 +1,5 @@
+#include <linux/posix_types.h>
+#undef dev_t
+#define dev_t __kernel_dev_t
+#include <linux/loop.h>
+#undef dev_t