NetBSD/sys/arch/hpcmips/include/endian.h

8 lines
184 B
C

/* $NetBSD: endian.h,v 1.1.1.1 1999/09/16 12:23:22 takemura Exp $ */
/*
* Define the order of bytes in a 32-bit word.
*/
#define _BYTE_ORDER _LITTLE_ENDIAN
#include <mips/endian.h>