1 /* $OpenBSD: endian.h,v 1.3 2011/03/11 15:17:08 pirofti 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 #define __STRICT_ALIGNMENT 10 11 #endif /* _MACHINE_ENDIAN_H_ */ 12