summaryrefslogtreecommitdiff
path: root/arch/mips64/bits/endian.h
blob: 5399dcb54433380d7b10e2c0c011307e2656d273 (plain) (blame)
1
2
3
4
5
#if _MIPSEL || __MIPSEL || __MIPSEL__
#define __BYTE_ORDER __LITTLE_ENDIAN
#else
#define __BYTE_ORDER __BIG_ENDIAN
#endif