1994-07-16 04:43:42 +00:00
|
|
|
/* The MIPS architecture has selectable endianness.
|
|
|
|
The DECstation uses little-endian mode. */
|
|
|
|
|
1997-11-26 04:14:44 +00:00
|
|
|
#ifndef _ENDIAN_H
|
|
|
|
# error "Never use <bits/endian.h> directly; include <endian.h> instead."
|
|
|
|
#endif
|
|
|
|
|
1994-07-16 04:43:42 +00:00
|
|
|
#define __BYTE_ORDER __LITTLE_ENDIAN
|