xref: /linux/include/linux/byteorder/big_endian.h (revision 498495dba268b20e8eadd7fe93c140c68b6cc9d2)
1*b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
21da177e4SLinus Torvalds #ifndef _LINUX_BYTEORDER_BIG_ENDIAN_H
31da177e4SLinus Torvalds #define _LINUX_BYTEORDER_BIG_ENDIAN_H
41da177e4SLinus Torvalds 
55921e6f8SDavid Howells #include <uapi/linux/byteorder/big_endian.h>
61da177e4SLinus Torvalds 
7e9ef073aSBabu Moger #ifndef CONFIG_CPU_BIG_ENDIAN
8e9ef073aSBabu Moger #warning inconsistent configuration, needs CONFIG_CPU_BIG_ENDIAN
9e9ef073aSBabu Moger #endif
10e9ef073aSBabu Moger 
111da177e4SLinus Torvalds #include <linux/byteorder/generic.h>
121da177e4SLinus Torvalds #endif /* _LINUX_BYTEORDER_BIG_ENDIAN_H */
13