Searched defs:DECLARE_EXPORT (Results 1 – 4 of 4) sorted by relevance
30 #define DECLARE_EXPORT(name) \ macro
31 #define DECLARE_EXPORT(name) extern void name(void); EXPORT_SYMBOL(name) macro
30 #define DECLARE_EXPORT(name) extern void name(void); EXPORT_SYMBOL(name) macro
28 #define DECLARE_EXPORT(name) \ macro