xref: /netbsd-src/sys/arch/pmax/include/endian.h (revision 89c5a767f8fc7a4633b2d409966e2becbb98ff92)
1 /*	$NetBSD: endian.h,v 1.9 2000/01/09 15:34:42 ad Exp $	*/
2 
3 #ifndef _PMAX_ENDIAN_H_
4 #define _PMAX_ENDIAN_H_
5 
6 #define _BYTE_ORDER _LITTLE_ENDIAN
7 #include <mips/endian.h>
8 
9 #endif	/* !_PMAX_ENDIAN_H_ */
10