aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChristophe Lombard <clombard@linux.ibm.com>2023-06-20 16:52:03 +0200
committerReza Arbab <arbab@linux.ibm.com>2023-09-12 14:22:11 -0500
commita4352cee15e3e152bb2484fe1f0cf7595d9fbc4f (patch)
tree656df102b4c84ea06d50d428fe08e44a8c7b1af7 /include
parent18c9b278e7473204ab5bef69e788a29f92a130c3 (diff)
downloadskiboot-a4352cee15e3e152bb2484fe1f0cf7595d9fbc4f.zip
skiboot-a4352cee15e3e152bb2484fe1f0cf7595d9fbc4f.tar.gz
skiboot-a4352cee15e3e152bb2484fe1f0cf7595d9fbc4f.tar.bz2
include/asm: Create asm_byteorder.h header file
This file is used by the external library: libpldm. Signed-off-by: Christophe Lombard <clombard@linux.ibm.com> Reviewed-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Reza Arbab <arbab@linux.ibm.com>
Diffstat (limited to 'include')
-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 */