NetBSD/sys/arch/pmax/include/endian.h
jonathan a03a434f1b * Use ANSI-clean names for host-specific byte-order definition
(_BYTE_ORDER, _BIG_ENDIAN, _LITTLE_ENDIAN).
  Define old names from the ANSI ones if not _POSIX_SOURCE.
* Define _QUAD_HIGHWORD and _QUAD_LOWWORD properly when
  _BYTE_ORDER == _BIG_ENDIAN.
1997-10-20 09:57:05 +00:00

8 lines
180 B
C

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