[Skiboot] [PATCH 06/10] include/asm: Create asm_byteorder.h header file

Christophe Lombard clombard at linux.vnet.ibm.com
Sat Feb 26 00:46:41 AEDT 2022


This file is used by the external library: libpldm.

Signed-off-by: Christophe Lombard <clombard at linux.vnet.ibm.com>
---
 include/asm/byteorder.h | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 include/asm/byteorder.h

diff --git a/include/asm/byteorder.h b/include/asm/byteorder.h
new file mode 100644
index 00000000..9155d7dd
--- /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 */
-- 
2.35.1



More information about the Skiboot mailing list