Go to the documentation of this file.
15 #if defined (__BIG_ENDIAN__)
16 #include <linux/byteorder/big_endian.h>
17 #elif defined (__LITTLE_ENDIAN__)
18 #include <linux/byteorder/little_endian.h>
20 #error "__BIG_ENDIAN__ or __LITTLE_ENDIAN__ must be defined."