endian.h 174 B

12345678
  1. /* nios is little-endian. */
  2. #ifndef _ENDIAN_H
  3. # error "Never use <bits/endian.h> directly; include <endian.h> instead."
  4. #endif
  5. //mle
  6. #define __BYTE_ORDER __LITTLE_ENDIAN