/*	$OpenBSD: endian.h,v 1.2 2005/12/13 00:35:23 millert 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_ */