]> git.proxmox.com Git - mirror_edk2.git/blob - StdLibPrivateInternalFiles/Include/Arm/arith.h
Fix a bug about the iSCSI DHCP dependency issue.
[mirror_edk2.git] / StdLibPrivateInternalFiles / Include / Arm / arith.h
1 /* $NetBSD: arith.h,v 1.1 2006/01/25 15:33:28 kleink Exp $ */
2
3 #include <machine/endian.h>
4
5 #if BYTE_ORDER == BIG_ENDIAN
6 #define IEEE_BIG_ENDIAN
7 #else
8 #define IEEE_LITTLE_ENDIAN
9 #endif