Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
device
/
linaro
/
hikey960
/
82c807137a2c3f033e23e414476d131e88ad221a
/
.
/
uefi
/
linaro-edk2
/
StdLibPrivateInternalFiles
/
Include
/
Arm
/
arith.h
blob: e759ec2ba96ae4e671c486c7736d852f1f4f7954 [
file
] [
log
] [
blame
]
/* $NetBSD: arith.h,v 1.1 2006/01/25 15:33:28 kleink Exp $ */
#include
<machine/endian.h>
#if BYTE_ORDER == BIG_ENDIAN
#define
IEEE_BIG_ENDIAN
#else
#define
IEEE_LITTLE_ENDIAN
#endif