Sign in
nest-open-source
/
manifest_repos
/
llvm_toolchain
/
refs/heads/main
/
.
/
tools
/
lib32
/
include
/
bits
/
endian.h
blob: 5953724a0b69603238653b75cccfc2686c3ccb96 [
file
] [
log
] [
blame
] [
edit
]
#if __ARMEB__
#define
__BYTE_ORDER __BIG_ENDIAN
#else
#define
__BYTE_ORDER __LITTLE_ENDIAN
#endif