#ifndef _MIPS_BYTEORDER_H #define _MIPS_BYTEORDER_H #include #if defined (__MIPSEB__) # include #elif defined (__MIPSEL__) # include #else # error "MIPS, but neither __MIPSEB__, nor __MIPSEL__???" #endif #endif /* _MIPS_BYTEORDER_H */