5 lines
141 B
C
5 lines
141 B
C
|
/* $NetBSD: endian_machdep.h,v 1.1 2001/05/28 16:22:18 thorpej Exp $ */
|
||
|
|
||
|
#define _BYTE_ORDER _LITTLE_ENDIAN
|
||
|
#include <mips/endian_machdep.h>
|