Home | History | Annotate | Line # | Download | only in include
endian_machdep.h revision 1.1
      1  1.1  marcus /*	$NetBSD: endian_machdep.h,v 1.1 2000/12/11 18:19:14 marcus Exp $	*/
      2  1.1  marcus 
      3  1.1  marcus #if 0
      4  1.1  marcus #define _BYTE_ORDER _BIG_ENDIAN
      5  1.1  marcus #else
      6  1.1  marcus #define _BYTE_ORDER _LITTLE_ENDIAN
      7  1.1  marcus #endif
      8  1.1  marcus #include <sh3/endian_machdep.h>
      9