5 lines
121 B
C
5 lines
121 B
C
/* $NetBSD: endian.h,v 1.8 2000/03/16 15:09:37 mycroft Exp $ */
|
|
|
|
#define _BYTE_ORDER _BIG_ENDIAN
|
|
#include <sys/endian.h>
|