1 /* The MIPS architecture has selectable endianness.
2 This file is for a machine using big-endian mode. */
5 # error "Never use <bits/endian.h> directly; include <endian.h> instead."
9 # define __BYTE_ORDER __BIG_ENDIAN
12 # define __BYTE_ORDER __LITTLE_ENDIAN