mirror of
git://git.musl-libc.org/musl
synced 2025-02-14 09:57:22 +00:00
6 lines
105 B
C
6 lines
105 B
C
#if __MICROBLAZEEL__
|
|
#define __BYTE_ORDER __LITTLE_ENDIAN
|
|
#else
|
|
#define __BYTE_ORDER __BIG_ENDIAN
|
|
#endif
|