8 lines
180 B
C
8 lines
180 B
C
/* from $NetBSD: endian.h,v 1.1 1998/02/18 13:48:18 tsubai Exp $ */
|
|
|
|
/*
|
|
* Define the order of bytes in a 32-bit word.
|
|
*/
|
|
#define _BYTE_ORDER _BIG_ENDIAN
|
|
#include <mips/endian.h>
|