Sign in
android
/
device
/
linaro
/
bootloader
/
edk2
/
refs/heads/android11-d1-release
/
.
/
StdLibPrivateInternalFiles
/
Include
/
Arm
/
arith.h
blob: e759ec2ba96ae4e671c486c7736d852f1f4f7954 [
file
] [
log
] [
blame
] [
edit
]
/* $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