4 * Created on: 29.11.2010
8 * License: LGPL 2.1+ with static linking exception
18 #include <machine/endian.h>
22 //#define IS_BIG_ENDIAN (*(uint16_t *)"\0\xff" < 0x100)
24 #if __BYTE_ORDER == __LITTLE_ENDIAN
25 #define IS_LITTLE_ENDIAN
28 #endif /* ENDIANNESS_H_ */