1 /* $OpenBSD: endian.h,v 1.6 2011/11/08 17:06:51 deraadt Exp $ */ 2 3 #ifndef _ARM_ENDIAN_H_ 4 #define _ARM_ENDIAN_H_ 5 6 #define _BYTE_ORDER _LITTLE_ENDIAN 7 #define __STRICT_ALIGNMENT 8 #include <sys/endian.h> 9 10 #endif /* _ARM_ENDIAN_H_ */ 11
1 /* $OpenBSD: endian.h,v 1.6 2011/11/08 17:06:51 deraadt Exp $ */ 2 3 #ifndef _ARM_ENDIAN_H_ 4 #define _ARM_ENDIAN_H_ 5 6 #define _BYTE_ORDER _LITTLE_ENDIAN 7 #define __STRICT_ALIGNMENT 8 #include <sys/endian.h> 9 10 #endif /* _ARM_ENDIAN_H_ */ 11