2001-01-04 03:51:15 +03:00
|
|
|
/* $NetBSD: endian_machdep.h,v 1.2 2001/01/04 00:51:15 itojun Exp $ */
|
2000-03-17 03:09:18 +03:00
|
|
|
|
2001-01-04 03:51:15 +03:00
|
|
|
/* XXX relying upon gcc symbol here... */
|
|
|
|
#ifdef __LITTLE_ENDIAN__
|
2000-03-17 03:09:18 +03:00
|
|
|
#define _BYTE_ORDER _LITTLE_ENDIAN
|
2001-01-04 03:51:15 +03:00
|
|
|
#else
|
|
|
|
#define _BYTE_ORDER _BIG_ENDIAN
|
2000-03-17 03:09:18 +03:00
|
|
|
#endif
|
|
|
|
#include <sh3/endian_machdep.h>
|