mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-12 08:36:05 -04:00
5 lines
140 B
C
5 lines
140 B
C
/* $NetBSD: endian_machdep.h,v 1.3 2014/03/31 11:25:49 martin Exp $ */
|
|
|
|
#define _BYTE_ORDER _LITTLE_ENDIAN
|
|
#include <mips/endian_machdep.h>
|