xref: /linux/arch/loongarch/include/uapi/asm/byteorder.h (revision acfab97bef41324e72784fcfdb6ce7996a8bf548)
1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
2 /*
3  * Author: Hanlu Li <lihanlu@loongson.cn>
4  *         Huacai Chen <chenhuacai@loongson.cn>
5  *
6  * Copyright (C) 2020-2022 Loongson Technology Corporation Limited
7  */
8 #ifndef _ASM_BYTEORDER_H
9 #define _ASM_BYTEORDER_H
10 
11 #include <linux/byteorder/little_endian.h>
12 
13 #endif /* _ASM_BYTEORDER_H */
14