Home | History | Annotate | Line # | Download | only in include
endian.h revision 1.1
      1 /*	$NetBSD: endian.h,v 1.1 1999/09/13 10:30:32 itojun Exp $	*/
      2 #ifndef _EVBSH3_ENDIAN_H_
      3 #define _EVBSH3_ENDIAN_H_
      4 
      5 #if 1
      6 #define _BYTE_ORDER	BIG_ENDIAN
      7 #else
      8 #define _BYTE_ORDER	LITTLE_ENDIAN
      9 #endif
     10 
     11 #include <sh3/endian.h>
     12 
     13 #endif /* _EVBSH3_ENDIAN_H_ */
     14