Sign in
cobalt
/
cobalt
/
a7b1cfadc52288d71702934fd93743a24aea060a
/
.
/
src
/
third_party
/
musl
/
arch
/
mipsn32
/
bits
/
endian.h
blob: 5399dcb54433380d7b10e2c0c011307e2656d273 [
file
] [
log
] [
blame
]
#if _MIPSEL || __MIPSEL || __MIPSEL__
#define
__BYTE_ORDER __LITTLE_ENDIAN
#else
#define
__BYTE_ORDER __BIG_ENDIAN
#endif