Home | History | Annotate | Line # | Download | only in include
endian.h revision 1.1
      1  1.1  tsubai /*	from $NetBSD: endian.h,v 1.1 1998/02/18 13:48:18 tsubai Exp $	*/
      2  1.1  tsubai 
      3  1.1  tsubai /*
      4  1.1  tsubai  * Define the order of bytes in a 32-bit word.
      5  1.1  tsubai  */
      6  1.1  tsubai #define _BYTE_ORDER _BIG_ENDIAN
      7  1.1  tsubai #include <mips/endian.h>
      8