aboutsummaryrefslogtreecommitdiff
path: root/arch/m68k/include/asm/byteorder_no.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/include/asm/byteorder_no.h')
-rw-r--r--arch/m68k/include/asm/byteorder_no.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/byteorder_no.h b/arch/m68k/include/asm/byteorder_no.h
new file mode 100644
index 00000000000..9c6c76a1504
--- /dev/null
+++ b/arch/m68k/include/asm/byteorder_no.h
@@ -0,0 +1,6 @@
+#ifndef _M68KNOMMU_BYTEORDER_H
+#define _M68KNOMMU_BYTEORDER_H
+
+#include <linux/byteorder/big_endian.h>
+
+#endif /* _M68KNOMMU_BYTEORDER_H */