Home | History | Annotate | Line # | Download | only in include
endian_machdep.h revision 1.1.6.3
      1 /*	$NetBSD: endian_machdep.h,v 1.1.6.3 2001/01/05 17:34:11 bouyer Exp $	*/
      2 
      3 /* XXX relying upon gcc symbol here... */
      4 #ifdef __LITTLE_ENDIAN__
      5 #define _BYTE_ORDER _LITTLE_ENDIAN
      6 #else
      7 #define _BYTE_ORDER _BIG_ENDIAN
      8 #endif
      9 #include <sh3/endian_machdep.h>
     10