xref: /netbsd-src/sys/arch/i386/include/cdefs.h (revision 1b9578b8c2c1f848eeb16dabbfd7d1f0d9fdefbd)
1 /*	$NetBSD: cdefs.h,v 1.8 2011/06/16 13:27:59 joerg Exp $	*/
2 
3 #ifndef	_I386_CDEFS_H_
4 #define	_I386_CDEFS_H_
5 
6 #if defined(_STANDALONE)
7 #define	__compactcall	__attribute__((__regparm__(3)))
8 #endif
9 
10 #endif /* !_I386_CDEFS_H_ */
11