xref: /openbsd-src/sys/arch/sparc64/include/endian.h (revision d13be5d47e4149db2549a9828e244d59dbc43f15)
1 /*	$OpenBSD: endian.h,v 1.3 2011/03/11 15:17:08 pirofti Exp $	*/
2 
3 #ifndef _MACHINE_ENDIAN_H_
4 #define _MACHINE_ENDIAN_H_
5 
6 #define	_BYTE_ORDER _BIG_ENDIAN
7 #include <sys/endian.h>
8 
9 #define __STRICT_ALIGNMENT
10 
11 #endif /* _MACHINE_ENDIAN_H_ */
12