xref: /minix/lib/libc/arch/aarch64/gdtoa/arith.h (revision 0a6a1f1d)
1 /* $NetBSD: arith.h,v 1.1 2014/08/10 05:47:36 matt Exp $ */
2 
3 #ifdef __AARCH64EB__
4 #define IEEE_BIG_ENDIAN
5 #else
6 #define IEEE_LITTLE_ENDIAN
7 #endif
8