NetBSD/sys/arch/m68k/include/endian.h

10 lines
209 B
C

/* $NetBSD: endian.h,v 1.15 1999/08/21 05:53:51 simonb Exp $ */
#ifndef _MACHINE_ENDIAN_H_
#define _MACHINE_ENDIAN_H_
#define _BYTE_ORDER _BIG_ENDIAN
#include <sys/endian.h>
#endif /* _MACHINE_ENDIAN_H_ */