[BACK]Return to endian.h CVS log [TXT][DIR] Up to [local] / sys / arch / arm / include

File: [local] / sys / arch / arm / include / endian.h (download)

Revision 1.1, Tue Mar 4 16:05:14 2008 UTC (16 years, 2 months ago) by nbrk
Branch point for: MAIN

Initial revision

/*	$OpenBSD: endian.h,v 1.3 2005/12/13 00:35:23 millert Exp $	*/

#ifdef __ARMEB__
#define _BYTE_ORDER _BIG_ENDIAN
#else
#define _BYTE_ORDER _LITTLE_ENDIAN
#endif
#define	__STRICT_ALIGNMENT
#include <sys/endian.h>