1b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
21da177e4SLinus Torvalds #ifndef _LINUX_BYTEORDER_LITTLE_ENDIAN_H
31da177e4SLinus Torvalds #define _LINUX_BYTEORDER_LITTLE_ENDIAN_H
41da177e4SLinus Torvalds 
55921e6f8SDavid Howells #include <uapi/linux/byteorder/little_endian.h>
61da177e4SLinus Torvalds 
7e9ef073aSBabu Moger #ifdef CONFIG_CPU_BIG_ENDIAN
8e9ef073aSBabu Moger #warning inconsistent configuration, CONFIG_CPU_BIG_ENDIAN is set
9e9ef073aSBabu Moger #endif
10e9ef073aSBabu Moger 
111da177e4SLinus Torvalds #include <linux/byteorder/generic.h>
121da177e4SLinus Torvalds #endif /* _LINUX_BYTEORDER_LITTLE_ENDIAN_H */
13