xref: /netbsd-src/sys/arch/pmax/include/endian.h (revision 2a399c6883d870daece976daec6ffa7bb7f934ce)
1 /*	$NetBSD: endian.h,v 1.7 1997/10/20 09:57:17 jonathan Exp $	*/
2 
3 /*
4  * Define the order of bytes in a 32-bit word.
5  */
6 #define _BYTE_ORDER _LITTLE_ENDIAN
7 #include <mips/endian.h>
8