endian.h 172 B

1234567
  1. /* Blackfin is Little-endian. */
  2. #ifndef _ENDIAN_H
  3. # error "Never use <bits/endian.h> directly; include <endian.h> instead."
  4. #endif
  5. #define __BYTE_ORDER __LITTLE_ENDIAN