1 1.1.26.2 skrll /* $NetBSD: endian_machdep.h,v 1.1.26.2 2004/09/18 14:34:46 skrll Exp $ */ 2 1.1 uch 3 1.1 uch /* Windows CE architecture */ 4 1.1 uch 5 1.1 uch #ifndef _LITTLE_ENDIAN 6 1.1 uch #define _LITTLE_ENDIAN 1234 7 1.1 uch #endif 8 1.1 uch #ifndef LITTLE_ENDIAN 9 1.1 uch #define LITTLE_ENDIAN 1234 10 1.1 uch #endif 11 1.1 uch 12 1.1.26.1 skrll #define _BYTE_ORDER _LITTLE_ENDIAN 13