]> git.ipfire.org Git - thirdparty/glibc.git/blame - sysdeps/mips/dec/bits/endian.h
Update.
[thirdparty/glibc.git] / sysdeps / mips / dec / bits / endian.h
CommitLineData
28f540f4
RM
1/* The MIPS architecture has selectable endianness.
2 The DECstation uses little-endian mode. */
3
f4017d20
UD
4#ifndef _ENDIAN_H
5# error "Never use <bits/endian.h> directly; include <endian.h> instead."
6#endif
7
28f540f4 8#define __BYTE_ORDER __LITTLE_ENDIAN