xref: /openbsd-src/sys/arch/arm/include/endian.h (revision 4c1e55dc91edd6e69ccc60ce855900fbc12cf34f)
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