summaryrefslogtreecommitdiff
path: root/arch/microblaze/bits/endian.h
blob: d82a92acc76976a282032a4560b0c07a8ec7c63e (plain) (blame)
1
2
3
4
5
#if __MICROBLAZEEL__
#define __BYTE_ORDER __LITTLE_ENDIAN
#else
#define __BYTE_ORDER __BIG_ENDIAN
#endif