summaryrefslogtreecommitdiffstats
path: root/src/include/endian.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/endian.h')
-rw-r--r--src/include/endian.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/include/endian.h b/src/include/endian.h
new file mode 100644
index 000000000..27248d892
--- /dev/null
+++ b/src/include/endian.h
@@ -0,0 +1,31 @@
+// IBM_PROLOG_BEGIN_TAG
+// This is an automatically generated prolog.
+//
+// $Source: src/include/endian.h $
+//
+// IBM CONFIDENTIAL
+//
+// COPYRIGHT International Business Machines Corp. 2010 - 2011
+//
+// p1
+//
+// Object Code Only (OCO) source materials
+// Licensed Internal Code Source Materials
+// IBM HostBoot Licensed Internal Code
+//
+// The source code for this program is not published or other-
+// wise divested of its trade secrets, irrespective of what has
+// been deposited with the U.S. Copyright Office.
+//
+// Origin: 30
+//
+// IBM_PROLOG_END
+#ifndef __ENDIAN_H
+#define __ENDIAN_H
+
+#define __LITTLE_ENDIAN (1234)
+#define __BIG_ENDIAN (4321)
+
+#define __BYTE_ORDER __BIG_ENDIAN
+
+#endif
OpenPOWER on IntegriCloud