Home | History | Annotate | Line # | Download | only in include
endian.h revision 1.1
      1 /*	$NetBSD: endian.h,v 1.1 1999/09/16 12:23:22 takemura Exp $	*/
      2 
      3 /*
      4  * Define the order of bytes in a 32-bit word.
      5  */
      6 #define _BYTE_ORDER _LITTLE_ENDIAN
      7 #include <mips/endian.h>
      8