5399dcb54433380d7b10e2c0c011307e2656d273
[musl] / arch / mips64 / bits / endian.h
1 #if _MIPSEL || __MIPSEL || __MIPSEL__
2 #define __BYTE_ORDER __LITTLE_ENDIAN
3 #else
4 #define __BYTE_ORDER __BIG_ENDIAN
5 #endif