summaryrefslogtreecommitdiff
path: root/ports/sysdeps/m68k/bits/endian.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sysdeps/m68k/bits/endian.h')
-rw-r--r--ports/sysdeps/m68k/bits/endian.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ports/sysdeps/m68k/bits/endian.h b/ports/sysdeps/m68k/bits/endian.h
new file mode 100644
index 0000000000..bf4ecb60a4
--- /dev/null
+++ b/ports/sysdeps/m68k/bits/endian.h
@@ -0,0 +1,7 @@
+/* m68k is big-endian. */
+
+#ifndef _ENDIAN_H
+# error "Never use <bits/endian.h> directly; include <endian.h> instead."
+#endif
+
+#define __BYTE_ORDER __BIG_ENDIAN