summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/metag/bits/endian.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/metag/bits/endian.h')
-rw-r--r--libc/sysdeps/linux/metag/bits/endian.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/metag/bits/endian.h b/libc/sysdeps/linux/metag/bits/endian.h
new file mode 100644
index 000000000..af99901a7
--- /dev/null
+++ b/libc/sysdeps/linux/metag/bits/endian.h
@@ -0,0 +1,12 @@
+/* Meta is little endian
+ *
+ * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
+ *
+ * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB in this tarball.
+ */
+
+#ifndef _ENDIAN_H
+# error "Never use <bits/endian.h> directly; include <endian.h> instead."
+#endif
+
+#define __BYTE_ORDER __LITTLE_ENDIAN