Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | #ifndef _LINUX_BYTEORDER_LITTLE_ENDIAN_H |
| 2 | #define _LINUX_BYTEORDER_LITTLE_ENDIAN_H |
| 3 | |
David Howells | 5921e6f | 2012-10-13 10:46:49 +0100 | [diff] [blame] | 4 | #include <uapi/linux/byteorder/little_endian.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5 | |
Babu Moger | e9ef073 | 2017-09-08 16:14:29 -0700 | [diff] [blame^] | 6 | #ifdef CONFIG_CPU_BIG_ENDIAN |
| 7 | #warning inconsistent configuration, CONFIG_CPU_BIG_ENDIAN is set |
| 8 | #endif |
| 9 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 10 | #include <linux/byteorder/generic.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | #endif /* _LINUX_BYTEORDER_LITTLE_ENDIAN_H */ |