URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [arch/] [m68k/] [amiga/] [ksyms.c] - Rev 1777
Go to most recent revision | Compare with Previous | Blame | View Log
#include <linux/module.h> #include <asm/zorro.h> static struct symbol_table mach_amiga_symbol_table = { #include <linux/symtab_begin.h> /* * Add things here when you find the need for it. */ X(zorro_find), X(zorro_get_board), X(zorro_config_board), X(zorro_unconfig_board), /* example X(something_you_need), */ #include <linux/symtab_end.h> }; void mach_amiga_syms_export(void) { register_symtab(&mach_amiga_symbol_table); }
Go to most recent revision | Compare with Previous | Blame | View Log