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