1997-10-20 13:57:05 +04:00
|
|
|
/* $NetBSD: endian.h,v 1.4 1997/10/20 09:57:05 jonathan Exp $ */
|
1996-03-13 07:58:04 +03:00
|
|
|
|
1997-10-20 13:57:05 +04:00
|
|
|
/*
|
|
|
|
* Define the order of bytes in a 32-bit word.
|
|
|
|
*/
|
|
|
|
#define _BYTE_ORDER _LITTLE_ENDIAN
|
1996-03-23 06:42:25 +03:00
|
|
|
#include <mips/endian.h>
|