Sign in
cobalt
/
cobalt
/
25399f97090f8a86f56525c38486080cb2747250
/
.
/
src
/
third_party
/
musl
/
arch
/
microblaze
/
bits
/
endian.h
blob: d82a92acc76976a282032a4560b0c07a8ec7c63e [
file
] [
log
] [
blame
]
#if __MICROBLAZEEL__
#define
__BYTE_ORDER __LITTLE_ENDIAN
#else
#define
__BYTE_ORDER __BIG_ENDIAN
#endif