xref: /netbsd-src/sys/arch/powerpc/include/endian.h (revision 89c5a767f8fc7a4633b2d409966e2becbb98ff92)
1 /*	$NetBSD: endian.h,v 1.7 1999/08/21 05:53:51 simonb Exp $	*/
2 
3 #ifndef	_MACHINE_ENDIAN_H_
4 #define	_MACHINE_ENDIAN_H_
5 
6 #define _BYTE_ORDER _BIG_ENDIAN
7 #include <sys/endian.h>
8 
9 #endif /* _MACHINE_ENDIAN_H_ */
10