1 1.5 simonb /* $NetBSD: endian.h,v 1.5 1999/08/21 05:53:52 simonb Exp $ */ 2 1.1 eeh 3 1.1 eeh #ifndef _MACHINE_ENDIAN_H_ 4 1.1 eeh #define _MACHINE_ENDIAN_H_ 5 1.1 eeh 6 1.5 simonb #define _BYTE_ORDER _BIG_ENDIAN 7 1.5 simonb #include <sys/endian.h> 8 1.1 eeh 9 1.1 eeh #endif /* _MACHINE_ENDIAN_H_ */ 10