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