9e21b6555a
Eliminate the recursive include of machine/endian.h from sys/endian.h.
9 lines
191 B
C
9 lines
191 B
C
/* $NetBSD: endian_machdep.h,v 1.1 2000/03/17 00:09:20 mycroft Exp $ */
|
|
|
|
#if 1
|
|
#define _BYTE_ORDER _BIG_ENDIAN
|
|
#else
|
|
#define _BYTE_ORDER _LITTLE_ENDIAN
|
|
#endif
|
|
#include <sh3/endian_machdep.h>
|