ASR_BASE

Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/marvell/linux/arch/h8300/include/asm/byteorder.h b/marvell/linux/arch/h8300/include/asm/byteorder.h
new file mode 100644
index 0000000..6eaa7ad
--- /dev/null
+++ b/marvell/linux/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