blob: d64a524d3cfb832ab4d0edbbc78f40831c71cf09 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002#ifndef _LINUX_BYTEORDER_BIG_ENDIAN_H
3#define _LINUX_BYTEORDER_BIG_ENDIAN_H
4
David Howells5921e6f2012-10-13 10:46:49 +01005#include <uapi/linux/byteorder/big_endian.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07006
Babu Mogere9ef0732017-09-08 16:14:29 -07007#ifndef CONFIG_CPU_BIG_ENDIAN
8#warning inconsistent configuration, needs CONFIG_CPU_BIG_ENDIAN
9#endif
10
Linus Torvalds1da177e2005-04-16 15:20:36 -070011#include <linux/byteorder/generic.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070012#endif /* _LINUX_BYTEORDER_BIG_ENDIAN_H */