Sign in
◑
Theme
mojo
/
mojo-tools
/
5a846ea69f087b0b5938565b6f8e849b53a89788
/
.
/
fusl
/
arch
/
mips
/
bits
/
endian.h
blob: 5399dcb54433380d7b10e2c0c011307e2656d273 [
file
]
#if _MIPSEL || __MIPSEL || __MIPSEL__
#define
__BYTE_ORDER __LITTLE_ENDIAN
#else
#define
__BYTE_ORDER __BIG_ENDIAN
#endif