1 2 3 4 5 6 7 8 9 10 11 12 13 14
#include <linux/module.h> #include <linux/smp.h> static struct symbol_table arch_symbol_table = { #include <linux/symtab_begin.h> /* platform dependent support */ #include <linux/symtab_end.h> }; void arch_syms_export(void) { register_symtab(&arch_symbol_table); }