Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6
[pandora-kernel.git] / arch / sh / kernel / sh_ksyms.c
1 #include <linux/module.h>
2 #include <linux/smp.h>
3 #include <linux/user.h>
4 #include <linux/elfcore.h>
5 #include <linux/sched.h>
6 #include <linux/in6.h>
7 #include <linux/interrupt.h>
8 #include <linux/smp_lock.h>
9 #include <linux/vmalloc.h>
10 #include <linux/pci.h>
11 #include <linux/irq.h>
12
13 #include <asm/semaphore.h>
14 #include <asm/processor.h>
15 #include <asm/uaccess.h>
16 #include <asm/checksum.h>
17 #include <asm/io.h>
18 #include <asm/delay.h>
19 #include <asm/tlbflush.h>
20 #include <asm/cacheflush.h>
21 #include <asm/checksum.h>
22
23 extern int dump_fpu(struct pt_regs *, elf_fpregset_t *);
24 extern struct hw_interrupt_type no_irq_type;
25
26 EXPORT_SYMBOL(sh_mv);
27
28 /* platform dependent support */
29 EXPORT_SYMBOL(dump_fpu);
30 EXPORT_SYMBOL(kernel_thread);
31 EXPORT_SYMBOL(irq_desc);
32 EXPORT_SYMBOL(no_irq_type);
33
34 EXPORT_SYMBOL(strlen);
35
36 /* PCI exports */
37 #ifdef CONFIG_PCI
38 EXPORT_SYMBOL(pci_alloc_consistent);
39 EXPORT_SYMBOL(pci_free_consistent);
40 #endif
41
42 /* mem exports */
43 EXPORT_SYMBOL(memchr);
44 EXPORT_SYMBOL(memcpy);
45 EXPORT_SYMBOL(memset);
46 EXPORT_SYMBOL(memmove);
47 EXPORT_SYMBOL(__copy_user);
48 EXPORT_SYMBOL(boot_cpu_data);
49
50 #ifdef CONFIG_MMU
51 EXPORT_SYMBOL(get_vm_area);
52 #endif
53
54 /* semaphore exports */
55 EXPORT_SYMBOL(__up);
56 EXPORT_SYMBOL(__down);
57 EXPORT_SYMBOL(__down_interruptible);
58
59 EXPORT_SYMBOL(__udelay);
60 EXPORT_SYMBOL(__ndelay);
61 EXPORT_SYMBOL(__const_udelay);
62
63 EXPORT_SYMBOL(__div64_32);
64
65 #define DECLARE_EXPORT(name) extern void name(void);EXPORT_SYMBOL(name)
66
67 /* These symbols are generated by the compiler itself */
68 DECLARE_EXPORT(__udivsi3);
69 DECLARE_EXPORT(__udivdi3);
70 DECLARE_EXPORT(__sdivsi3);
71 DECLARE_EXPORT(__ashrdi3);
72 DECLARE_EXPORT(__ashldi3);
73 DECLARE_EXPORT(__lshrdi3);
74 DECLARE_EXPORT(__movstr);
75 DECLARE_EXPORT(__movstrSI16);
76
77 EXPORT_SYMBOL(strcpy);
78
79 #ifdef CONFIG_CPU_SH4
80 DECLARE_EXPORT(__movstr_i4_even);
81 DECLARE_EXPORT(__movstr_i4_odd);
82 DECLARE_EXPORT(__movstrSI12_i4);
83 #endif
84
85 #if defined(CONFIG_CPU_SH4) || defined(CONFIG_SH7705_CACHE_32KB)
86 /* needed by some modules */
87 EXPORT_SYMBOL(flush_cache_all);
88 EXPORT_SYMBOL(flush_cache_range);
89 EXPORT_SYMBOL(flush_dcache_page);
90 EXPORT_SYMBOL(__flush_purge_region);
91 #endif
92
93 #if defined(CONFIG_MMU) && (defined(CONFIG_CPU_SH4) || \
94         defined(CONFIG_SH7705_CACHE_32KB))
95 EXPORT_SYMBOL(clear_user_page);
96 #endif
97
98 EXPORT_SYMBOL(flush_tlb_page);
99 EXPORT_SYMBOL(__down_trylock);
100
101 #ifdef CONFIG_SMP
102 EXPORT_SYMBOL(synchronize_irq);
103 #endif
104
105 #ifdef CONFIG_PM
106 EXPORT_SYMBOL(pm_suspend);
107 #endif
108
109 EXPORT_SYMBOL(csum_partial);
110 #ifdef CONFIG_IPV6
111 EXPORT_SYMBOL(csum_ipv6_magic);
112 #endif
113 EXPORT_SYMBOL(clear_page);