mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-11 08:07:30 -04:00
8 lines
146 B
C
8 lines
146 B
C
/* $NetBSD: arith.h,v 1.1 2014/08/10 05:47:36 matt Exp $ */
|
|
|
|
#ifdef __AARCH64EB__
|
|
#define IEEE_BIG_ENDIAN
|
|
#else
|
|
#define IEEE_LITTLE_ENDIAN
|
|
#endif
|