URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [arch/] [ppc/] [kernel/] [ksyms.c] - Rev 1777
Go to most recent revision | Compare with Previous | Blame | View Log
#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); }
Go to most recent revision | Compare with Previous | Blame | View Log