mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-11 06:59:29 -04:00
7 lines
138 B
C
7 lines
138 B
C
|
|
|
|
/* $NetBSD: endian_machdep.h,v 1.1 2011/01/26 01:18:51 pooka Exp $ */
|
|
|
|
#define _BYTE_ORDER _BIG_ENDIAN
|
|
#include <mips/endian_machdep.h>
|