Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
a27d2baa0c1a2ec70f47ea9199b1dd6762c8a349
/
.
/
libc
/
arch-arm
/
include
/
endian.h
blob: 04204ed4c8989fbb0db8e3233498d0d9c7e35671 [
file
] [
log
] [
blame
]
/* $OpenBSD: endian.h,v 1.3 2005/12/13 00:35:23 millert Exp $ */
#ifdef
__ARMEB__
#define
_BYTE_ORDER _BIG_ENDIAN
#else
#define
_BYTE_ORDER _LITTLE_ENDIAN
#endif
#define
__STRICT_ALIGNMENT
#include
<sys/types.h>
#include
<sys/endian.h>