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