9e21b6555a
Eliminate the recursive include of machine/endian.h from sys/endian.h.
6 lines
172 B
C
6 lines
172 B
C
/* $NetBSD: endian_machdep.h,v 1.1 2000/03/17 00:09:25 mycroft Exp $ */
|
|
|
|
#ifndef _BYTE_ORDER
|
|
# error Define SH target CPU endian-ness in port-specific header file.
|
|
#endif
|