xref: /netbsd-src/sys/arch/evbsh3/include/endian_machdep.h (revision 481fca6e59249d8ffcf24fef7cfbe7b131bfb080)
1 /*	$NetBSD: endian_machdep.h,v 1.1 2000/03/17 00:09:20 mycroft Exp $	*/
2 
3 #if 1
4 #define _BYTE_ORDER _BIG_ENDIAN
5 #else
6 #define _BYTE_ORDER _LITTLE_ENDIAN
7 #endif
8 #include <sh3/endian_machdep.h>
9