OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [arch/] [m68k/] [amiga/] [ksyms.c] - Blame information for rev 1623

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1623 jcastillo
#include <linux/module.h>
2
#include <asm/zorro.h>
3
 
4
static struct symbol_table mach_amiga_symbol_table = {
5
#include <linux/symtab_begin.h>
6
 
7
  /*
8
   * Add things here when you find the need for it.
9
   */
10
 
11
  X(zorro_find),
12
  X(zorro_get_board),
13
  X(zorro_config_board),
14
  X(zorro_unconfig_board),
15
 
16
  /* example
17
  X(something_you_need),
18
  */
19
 
20
 
21
#include <linux/symtab_end.h>
22
};
23
 
24
void mach_amiga_syms_export(void)
25
{
26
        register_symtab(&mach_amiga_symbol_table);
27
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.