summaryrefslogtreecommitdiff
path: root/sys/arch/octeon/include/cdefs.h
blob: a89568167fbea95ba986ffe1be687c97580783c1 (plain)
1
2
3
4
5
6
7
8
/* $OpenBSD: cdefs.h,v 1.1 2010/09/20 06:32:30 syuu Exp $ */
/* public domain */
#include <mips64/cdefs.h>

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