/* $OpenBSD: endian.h,v 1.1 2001/08/18 04:16:40 jason Exp $ */ #ifndef _SPARC64_ENDIAN_H_ #define _SPARC64_ENDIAN_H_ #define BYTE_ORDER BIG_ENDIAN #include #define __STRICT_ALIGNMENT #endif /* _SPARC64_ENDIAN_H_ */