xref: /openbsd-src/sys/arch/arm/include/endian.h (revision 50b7afb2c2c0993b0894d4e34bf857cb13ed9c80)
1 /*	$OpenBSD: endian.h,v 1.7 2014/07/12 16:25:08 guenther Exp $	*/
2 
3 #ifndef _ARM_ENDIAN_H_
4 #define _ARM_ENDIAN_H_
5 
6 #define _BYTE_ORDER _LITTLE_ENDIAN
7 #define	__STRICT_ALIGNMENT
8 
9 #ifndef __FROM_SYS__ENDIAN
10 #include <sys/endian.h>
11 #endif
12 #endif /* _ARM_ENDIAN_H_ */
13