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

8 lines
180 B
C

/* $NetBSD: endian.h,v 1.4 1997/10/20 09:57:05 jonathan Exp $ */
/*
* Define the order of bytes in a 32-bit word.
*/
#define _BYTE_ORDER _LITTLE_ENDIAN
#include <mips/endian.h>