Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / hpc / stand / include / machine / endian_machdep.h
blob9d9936cc92f150890deb65cb9eceee3a0ba7ecb3
1 /* $NetBSD: endian_machdep.h,v 1.1.26.3 2004/09/21 13:15:59 skrll Exp $ */
3 /* Windows CE architecture */
5 #ifndef _LITTLE_ENDIAN
6 #define _LITTLE_ENDIAN 1234
7 #endif
8 #ifndef LITTLE_ENDIAN
9 #define LITTLE_ENDIAN 1234
10 #endif
12 #define _BYTE_ORDER _LITTLE_ENDIAN