int export_func() { ... } EXPORT_SYMBOL(export_func);
#ifndef __GENKSYMS__
#define EXPORT_SYMBOL(sym) \ __EXPORT_SYMBOL(sym, "")