blob: cca28ea4fd7091c0be7fe0340dacfcdd92da1bd3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* $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 <sys/endian.h>
#define __STRICT_ALIGNMENT
#endif /* _SPARC64_ENDIAN_H_ */
|