summaryrefslogtreecommitdiffstats
path: root/arch/ppc/kernel/ksyms.c
blob: a0d3ec66e8d2fcc002a1586f706891dff20095d3 (plain)
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);
}