summaryrefslogtreecommitdiff
path: root/sys/arch/arm/include/endian.h
blob: 0c12941585a31847cbcd97acb15d8d136dd9138e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*	$OpenBSD: endian.h,v 1.7 2014/07/12 16:25:08 guenther Exp $	*/

#ifndef _ARM_ENDIAN_H_
#define _ARM_ENDIAN_H_

#define _BYTE_ORDER _LITTLE_ENDIAN
#define	__STRICT_ALIGNMENT

#ifndef __FROM_SYS__ENDIAN
#include <sys/endian.h>
#endif
#endif /* _ARM_ENDIAN_H_ */