blob: fbe3710afe3a84cf5b783a4490cf289133d25fd1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* $OpenBSD: endian.h,v 1.3 2011/03/11 15:17:08 pirofti Exp $ */
#ifndef _MACHINE_ENDIAN_H_
#define _MACHINE_ENDIAN_H_
#define _BYTE_ORDER _BIG_ENDIAN
#include <sys/endian.h>
#define __STRICT_ALIGNMENT
#endif /* _MACHINE_ENDIAN_H_ */
|