diff mbox series

[V2,06/10] include/asm: Create asm_byteorder.h header file

Message ID 20220315124914.51569-7-clombard@linux.vnet.ibm.com
State Superseded
Headers show
Series Import external libraries for MCTP/PLDM protocols | expand

Commit Message

Christophe Lombard March 15, 2022, 12:49 p.m. UTC
This file is used by the external library: libpldm.

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

Patch

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 */