]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLibPrivateInternalFiles/Include/Arm/arith.h
Standard Libraries for EDK II.
[mirror_edk2.git] / StdLibPrivateInternalFiles / Include / Arm / arith.h
diff --git a/StdLibPrivateInternalFiles/Include/Arm/arith.h b/StdLibPrivateInternalFiles/Include/Arm/arith.h
new file mode 100644 (file)
index 0000000..e759ec2
--- /dev/null
@@ -0,0 +1,9 @@
+/* $NetBSD: arith.h,v 1.1 2006/01/25 15:33:28 kleink Exp $ */\r
+\r
+#include <machine/endian.h>\r
+\r
+#if BYTE_ORDER == BIG_ENDIAN\r
+#define IEEE_BIG_ENDIAN\r
+#else\r
+#define IEEE_LITTLE_ENDIAN\r
+#endif\r