NetBSD/sys/arch/hpcmips/include/endian_machdep.h
mycroft 9e21b6555a In the `MY THAT'S GROSS' department...
Eliminate the recursive include of machine/endian.h from sys/endian.h.
2000-03-17 00:09:18 +00:00

5 lines
141 B
C

/* $NetBSD: endian_machdep.h,v 1.1 2000/03/17 00:09:20 mycroft Exp $ */
#define _BYTE_ORDER _LITTLE_ENDIAN
#include <mips/endian_machdep.h>