root/arch/m68k/amiga/ksyms.c

/* [previous][next][first][last][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. mach_amiga_syms_export

   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)
     /* [previous][next][first][last][top][bottom][index][help] */
  18 {
  19         register_symtab(&mach_amiga_symbol_table);
  20 }

/* [previous][next][first][last][top][bottom][index][help] */