Sign in
third-party-mirror
/
fuchsia-benchmarks
/
4d8f191f6f9b09beca24415d898f0c31e2b8db44
/
.
/
third_party
/
fuchsia-sdk
/
arch
/
x64
/
sysroot
/
include
/
bits
/
aarch64
/
endian.h
blob: 7a74d2febceedd63d37e6877758adcf757801b0f [
file
] [
log
] [
blame
]
#if __AARCH64EB__
#define
__BYTE_ORDER __BIG_ENDIAN
#else
#define
__BYTE_ORDER __LITTLE_ENDIAN
#endif