summaryrefslogtreecommitdiffstats
path: root/arch/h8300/include/asm/byteorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/h8300/include/asm/byteorder.h')
-rw-r--r--arch/h8300/include/asm/byteorder.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/h8300/include/asm/byteorder.h b/arch/h8300/include/asm/byteorder.h
new file mode 100644
index 000000000..6eaa7ad5f
--- /dev/null
+++ b/arch/h8300/include/asm/byteorder.h
@@ -0,0 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef __H8300_BYTEORDER_H__
+#define __H8300_BYTEORDER_H__
+
+#include <linux/byteorder/big_endian.h>
+
+#endif