NetBSD/sys/arch/dreamcast/include/endian_machdep.h

9 lines
190 B
C

/* $NetBSD: endian_machdep.h,v 1.1 2000/12/11 18:19:14 marcus Exp $ */
#if 0
#define _BYTE_ORDER _BIG_ENDIAN
#else
#define _BYTE_ORDER _LITTLE_ENDIAN
#endif
#include <sh3/endian_machdep.h>