summaryrefslogtreecommitdiff
path: root/sys/arch/loongson/include/cdefs.h
blob: 386909009ab8338e100b4830e2bb57943d3a4e52 (plain)
1
2
3
4
5
6
7
8
/* $OpenBSD: cdefs.h,v 1.1 2009/07/31 09:28:41 miod Exp $ */
/* public domain */
#include <mips64/cdefs.h>

#if defined(lint) && !defined(__MIPSEL__)
#define __MIPSEL__
#undef __MIPSEB__
#endif