ffd215988392d96db0739118382bc3e4257efb29
[sfrench/cifs-2.6.git] / include / linux / byteorder / big_endian.h
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 */