Home | History | Annotate | Line # | Download | only in machine
endian_machdep.h revision 1.1
      1  1.1  uch /*	$NetBSD: endian_machdep.h,v 1.1 2001/02/09 18:35:27 uch 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  uch #define _BYTE_ORDER _LITTLE_ENDIAN
     13