aboutsummaryrefslogtreecommitdiffstats
path: root/preinit/linux-headers/asm/byteorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'preinit/linux-headers/asm/byteorder.h')
-rw-r--r--preinit/linux-headers/asm/byteorder.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/preinit/linux-headers/asm/byteorder.h b/preinit/linux-headers/asm/byteorder.h
new file mode 100644
index 0000000..149143c
--- /dev/null
+++ b/preinit/linux-headers/asm/byteorder.h
@@ -0,0 +1,7 @@
+/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
+#ifndef _ASM_X86_BYTEORDER_H
+#define _ASM_X86_BYTEORDER_H
+
+#include <linux/byteorder/little_endian.h>
+
+#endif /* _ASM_X86_BYTEORDER_H */