|
|
| File: [Development] / linux-2.6-xfs / include / asm-um / linkage.h (download)
Revision 1.2, Fri Mar 12 06:17:49 2004 UTC (13 years, 7 months ago) by nathans
Merge up to 2.6.4 |
#ifndef __ASM_LINKAGE_H #define __ASM_LINKAGE_H #define FASTCALL(x) x __attribute__((regparm(3))) #define fastcall __attribute__((regparm(3))) #endif