1 #include <linux/module.h> 2 3 static struct symbol_table mach_amiga_symbol_table = { 4 #include <linux/symtab_begin.h> 5 6 /* 7 * Add things here when you find the need for it. 8 */ 9 10 /* example 11 X(something_you_need), 12 */ 13 14 #include <linux/symtab_end.h> 15 }; 16 17 void mach_amiga_syms_export(void) /* */ 18 { 19 register_symtab(&mach_amiga_symbol_table); 20 }