License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / include / linux / byteorder / little_endian.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _LINUX_BYTEORDER_LITTLE_ENDIAN_H
3 #define _LINUX_BYTEORDER_LITTLE_ENDIAN_H
4
5 #include <uapi/linux/byteorder/little_endian.h>
6
7 #ifdef CONFIG_CPU_BIG_ENDIAN
8 #warning inconsistent configuration, CONFIG_CPU_BIG_ENDIAN is set
9 #endif
10
11 #include <linux/byteorder/generic.h>
12 #endif /* _LINUX_BYTEORDER_LITTLE_ENDIAN_H */