2 # error "Never use <bits/endian.h> directly; include <endian.h> instead."
5 /* ARM can be either big or little endian. */
7 #define __BYTE_ORDER __BIG_ENDIAN
9 #define __BYTE_ORDER __LITTLE_ENDIAN
12 /* FPA floating point units are always big-endian, irrespective of the
13 CPU endianness. VFP floating point units use the same endianness
14 as the rest of the system. */
16 #define __FLOAT_WORD_ORDER __BYTE_ORDER
18 #define __FLOAT_WORD_ORDER __BIG_ENDIAN