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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [arch/] [m68knommu/] [kernel/] [ksyms.c] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1625 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/setup.h>
11
#include <asm/pgtable.h>
12
#include <asm/irq.h>
13
#include <asm/semaphore.h>
14
 
15
asmlinkage long long __ashrdi3 (long long, int);
16
extern char m68k_debug_device[];
17
 
18
extern void dump_thread(struct pt_regs *, struct user *);
19
extern int dump_fpu(elf_fpregset_t *);
20
 
21
static struct symbol_table arch_symbol_table = {
22
#include <linux/symtab_begin.h>
23
        /* platform dependent support */
24
 
25
        X(memcmp),
26
        X(request_irq),
27
        X(free_irq),
28
        X(dump_fpu),
29
        X(dump_thread),
30
        X(strnlen),
31
        X(strstr),
32
 
33
        /* The following are special because they're not called
34
           explicitly (the C compiler generates them).  Fortunately,
35
           their interface isn't gonna change any time soon now, so
36
           it's OK to leave it out of version control.  */
37
        XNOVERS(__ashrdi3),
38
        XNOVERS(memcpy),
39
        XNOVERS(memset),
40
 
41
        XNOVERS(__down_failed),
42
        XNOVERS(__up_wakeup),
43
 
44
#include <linux/symtab_end.h>
45
};
46
 
47
void arch_syms_export(void)
48
{
49
        register_symtab(&arch_symbol_table);
50
 
51
        /*our_syms_export()*/
52
}

powered by: WebSVN 2.1.0

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