xref: /netbsd/sys/arch/arc/include/endian_machdep.h (revision 9e21b655)
1*9e21b655Smycroft /*	$NetBSD: endian_machdep.h,v 1.1 2000/03/17 00:09:18 mycroft Exp $	*/
2*9e21b655Smycroft 
3*9e21b655Smycroft #define _BYTE_ORDER _LITTLE_ENDIAN
4*9e21b655Smycroft #include <mips/endian_machdep.h>
5