/* $OpenBSD: endian.h,v 1.3 2011/03/11 15:17:08 pirofti Exp $ */ #ifndef _MACHINE_ENDIAN_H_ #define _MACHINE_ENDIAN_H_ #define _BYTE_ORDER _BIG_ENDIAN #include #define __STRICT_ALIGNMENT #endif /* _MACHINE_ENDIAN_H_ */