Searched refs:EXFUN (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/powerpc/xmon/
H A Dansidecl.h50 obsolete -- EXFUN (name, (prototype)) -- obsolete.
60 We could use the EXFUN macro to handle prototype declarations, but
68 EXFUN would have done it like this:
70 static int EXFUN (foo, (int, char));
73 the function name out of the mess. EXFUN should be considered
109 #define EXFUN(name, proto) name proto macro
133 #define EXFUN(name, proto) name() macro

Completed in 37 milliseconds