aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/include/asm/byteorder_mm.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m68k/include/asm/byteorder_mm.h')
-rw-r--r--arch/m68k/include/asm/byteorder_mm.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/m68k/include/asm/byteorder_mm.h b/arch/m68k/include/asm/byteorder_mm.h
new file mode 100644
index 00000000000..300866523b8
--- /dev/null
+++ b/arch/m68k/include/asm/byteorder_mm.h
@@ -0,0 +1,7 @@
+#ifndef _M68K_BYTEORDER_H
+#define _M68K_BYTEORDER_H
+
+#include <asm/swab.h>
+#include <linux/byteorder/big_endian.h>
+
+#endif /* _M68K_BYTEORDER_H */