X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=StdLibPrivateInternalFiles%2FInclude%2FArm%2Farith.h;fp=StdLibPrivateInternalFiles%2FInclude%2FArm%2Farith.h;h=0000000000000000000000000000000000000000;hp=e759ec2ba96ae4e671c486c7736d852f1f4f7954;hb=964f432b9b0afe103c41c7613fade3e699118afe;hpb=e2d3a25f1a3135221a9c8061e1b8f90245d727eb diff --git a/StdLibPrivateInternalFiles/Include/Arm/arith.h b/StdLibPrivateInternalFiles/Include/Arm/arith.h deleted file mode 100644 index e759ec2ba9..0000000000 --- a/StdLibPrivateInternalFiles/Include/Arm/arith.h +++ /dev/null @@ -1,9 +0,0 @@ -/* $NetBSD: arith.h,v 1.1 2006/01/25 15:33:28 kleink Exp $ */ - -#include - -#if BYTE_ORDER == BIG_ENDIAN -#define IEEE_BIG_ENDIAN -#else -#define IEEE_LITTLE_ENDIAN -#endif