aboutsummaryrefslogtreecommitdiff
path: root/include/asm/byteorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm/byteorder.h')
-rw-r--r--include/asm/byteorder.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/asm/byteorder.h b/include/asm/byteorder.h
new file mode 100644
index 0000000..9155d7d
--- /dev/null
+++ b/include/asm/byteorder.h
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
+ * Copyright 2022 IBM Corp.
+ */
+
+#ifndef _ASM_BYTEORDER_H
+#define _ASM_BYTEORDER_H
+
+#include <endian.h>
+
+#endif /* _ASM_BYTEORDER_H */