mirror of
https://github.com/zerotier/edge.git
synced 2026-05-22 16:25:05 -07:00
6 lines
102 B
C
6 lines
102 B
C
#if __AARCH64EB__
|
|
#define __BYTE_ORDER __BIG_ENDIAN
|
|
#else
|
|
#define __BYTE_ORDER __LITTLE_ENDIAN
|
|
#endif
|