blob: ffd215988392d96db0739118382bc3e4257efb29 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _LINUX_BYTEORDER_BIG_ENDIAN_H
2#define _LINUX_BYTEORDER_BIG_ENDIAN_H
3
David Howells5921e6f2012-10-13 10:46:49 +01004#include <uapi/linux/byteorder/big_endian.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07005
Babu Mogere9ef0732017-09-08 16:14:29 -07006#ifndef CONFIG_CPU_BIG_ENDIAN
7#warning inconsistent configuration, needs CONFIG_CPU_BIG_ENDIAN
8#endif
9
Linus Torvalds1da177e2005-04-16 15:20:36 -070010#include <linux/byteorder/generic.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070011#endif /* _LINUX_BYTEORDER_BIG_ENDIAN_H */