Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2 | #ifndef _LINUX_BYTEORDER_BIG_ENDIAN_H |
| 3 | #define _LINUX_BYTEORDER_BIG_ENDIAN_H |
| 4 | |
David Howells | 5921e6f | 2012-10-13 10:46:49 +0100 | [diff] [blame] | 5 | #include <uapi/linux/byteorder/big_endian.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | |
Babu Moger | e9ef073 | 2017-09-08 16:14:29 -0700 | [diff] [blame] | 7 | #ifndef CONFIG_CPU_BIG_ENDIAN |
| 8 | #warning inconsistent configuration, needs CONFIG_CPU_BIG_ENDIAN |
| 9 | #endif |
| 10 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | #include <linux/byteorder/generic.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | #endif /* _LINUX_BYTEORDER_BIG_ENDIAN_H */ |