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

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [arch/] [or32/] [kernel/] [ksyms.c] - Blame information for rev 1782

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1624 jcastillo
#include <linux/config.h>
2
#include <linux/module.h>
3
#include <linux/linkage.h>
4
#include <linux/sched.h>
5
#include <linux/string.h>
6
#include <linux/mm.h>
7
#include <linux/user.h>
8
#include <linux/elfcore.h>
9
 
10
#include <asm/pgtable.h>
11
#include <asm/irq.h>
12
#include <asm/semaphore.h>
13
 
14
extern void dump_thread(struct pt_regs *, struct user *);
15
extern int dump_fpu(elf_fpregset_t *);
16
 
17
static struct symbol_table arch_symbol_table = {
18
#include <linux/symtab_begin.h>
19
        /* platform dependent support */
20
 
21
        X(memcmp),
22
        X(request_irq),
23
        X(free_irq),
24
        X(dump_fpu),
25
        X(dump_thread),
26
        X(strnlen),
27
 
28
        /* The following are special because they're not called
29
           explicitly (the C compiler generates them).  Fortunately,
30
           their interface isn't gonna change any time soon now, so
31
           it's OK to leave it out of version control.  */
32
        XNOVERS(memcpy),
33
 
34
#include <linux/symtab_end.h>
35
};
36
 
37
void arch_syms_export(void)
38
{
39
        register_symtab(&arch_symbol_table);
40
}

powered by: WebSVN 2.1.0

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