xref: /openbsd/sys/arch/loongson/include/cdefs.h (revision 898184e3)
1 /* $OpenBSD: cdefs.h,v 1.1.1.1 2009/07/31 09:28:41 miod Exp $ */
2 /* public domain */
3 #include <mips64/cdefs.h>
4 
5 #if defined(lint) && !defined(__MIPSEL__)
6 #define __MIPSEL__
7 #undef __MIPSEB__
8 #endif
9