00001 #ifndef L4_FASTCALL_H__ 00002 #define L4_FASTCALL_H__ 00003 00004 #undef FASTCALL 00005 #define FASTCALL(x) __attribute__((regparm(3))) x 00006 00007 #endif 00008