Sign in
mojo
/
mojo-tools
/
96b05c1cc252cbd1582be4b8c554e72024938f3c
/
.
/
fusl
/
arch
/
arm
/
bits
/
endian.h
blob: 5953724a0b69603238653b75cccfc2686c3ccb96 [
file
] [
log
] [
blame
]
#if __ARMEB__
#define
__BYTE_ORDER __BIG_ENDIAN
#else
#define
__BYTE_ORDER __LITTLE_ENDIAN
#endif