aboutsummaryrefslogtreecommitdiff
path: root/arch/m32r/include/asm/byteorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/m32r/include/asm/byteorder.h')
-rw-r--r--arch/m32r/include/asm/byteorder.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/m32r/include/asm/byteorder.h b/arch/m32r/include/asm/byteorder.h
new file mode 100644
index 00000000000..21855d8b028
--- /dev/null
+++ b/arch/m32r/include/asm/byteorder.h
@@ -0,0 +1,10 @@
+#ifndef _ASM_M32R_BYTEORDER_H
+#define _ASM_M32R_BYTEORDER_H
+
+#if defined(__LITTLE_ENDIAN__)
+# include <linux/byteorder/little_endian.h>
+#else
+# include <linux/byteorder/big_endian.h>
+#endif
+
+#endif /* _ASM_M32R_BYTEORDER_H */