xref: /netbsd-src/sys/arch/hpc/stand/include/machine/endian_machdep.h (revision a5847cc334d9a7029f6352b847e9e8d71a0f9e0c)
1 /*	$NetBSD: endian_machdep.h,v 1.3 2005/12/11 12:17:29 christos Exp $	*/
2 
3 /* Windows CE architecture */
4 
5 #ifndef _LITTLE_ENDIAN
6 #define	_LITTLE_ENDIAN	1234
7 #endif
8 #ifndef LITTLE_ENDIAN
9 #define	LITTLE_ENDIAN	1234
10 #endif
11 
12 #define	_BYTE_ORDER _LITTLE_ENDIAN
13