xref: /linux/include/linux/byteorder/big_endian.h (revision d354a6f150d873440975263530a2e42121d50a51)
1 #ifndef _LINUX_BYTEORDER_BIG_ENDIAN_H
2 #define _LINUX_BYTEORDER_BIG_ENDIAN_H
3 
4 #include <uapi/linux/byteorder/big_endian.h>
5 
6 #ifndef CONFIG_CPU_BIG_ENDIAN
7 #warning inconsistent configuration, needs CONFIG_CPU_BIG_ENDIAN
8 #endif
9 
10 #include <linux/byteorder/generic.h>
11 #endif /* _LINUX_BYTEORDER_BIG_ENDIAN_H */
12