sh: APM/PM support.
[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(enable_irq);
31 EXPORT_SYMBOL(disable_irq);
32 EXPORT_SYMBOL(probe_irq_mask);
33 EXPORT_SYMBOL(kernel_thread);
34 EXPORT_SYMBOL(disable_irq_nosync);
35 EXPORT_SYMBOL(irq_desc);
36 EXPORT_SYMBOL(no_irq_type);
37
38 EXPORT_SYMBOL(strstr);
39 EXPORT_SYMBOL(strlen);
40 EXPORT_SYMBOL(strnlen);
41 EXPORT_SYMBOL(strchr);
42 EXPORT_SYMBOL(strcat);
43 EXPORT_SYMBOL(strncat);
44
45 /* PCI exports */
46 #ifdef CONFIG_PCI
47 EXPORT_SYMBOL(pci_alloc_consistent);
48 EXPORT_SYMBOL(pci_free_consistent);
49 #endif
50
51 /* mem exports */
52 EXPORT_SYMBOL(memchr);
53 EXPORT_SYMBOL(memcpy);
54 EXPORT_SYMBOL(memcpy_fromio);
55 EXPORT_SYMBOL(memcpy_toio);
56 EXPORT_SYMBOL(memset);
57 EXPORT_SYMBOL(memset_io);
58 EXPORT_SYMBOL(memmove);
59 EXPORT_SYMBOL(memcmp);
60 EXPORT_SYMBOL(memscan);
61 EXPORT_SYMBOL(__copy_user);
62 EXPORT_SYMBOL(boot_cpu_data);
63
64 #ifdef CONFIG_MMU
65 EXPORT_SYMBOL(get_vm_area);
66 #endif
67
68 /* semaphore exports */
69 EXPORT_SYMBOL(__up);
70 EXPORT_SYMBOL(__down);
71 EXPORT_SYMBOL(__down_interruptible);
72
73 EXPORT_SYMBOL(__udelay);
74 EXPORT_SYMBOL(__ndelay);
75 EXPORT_SYMBOL(__const_udelay);
76
77 EXPORT_SYMBOL(__div64_32);
78
79 #define DECLARE_EXPORT(name) extern void name(void);EXPORT_SYMBOL(name)
80
81 /* These symbols are generated by the compiler itself */
82 DECLARE_EXPORT(__udivsi3);
83 DECLARE_EXPORT(__udivdi3);
84 DECLARE_EXPORT(__sdivsi3);
85 DECLARE_EXPORT(__ashrdi3);
86 DECLARE_EXPORT(__ashldi3);
87 DECLARE_EXPORT(__lshrdi3);
88 DECLARE_EXPORT(__movstr);
89
90 EXPORT_SYMBOL(strcpy);
91
92 #ifdef CONFIG_CPU_SH4
93 DECLARE_EXPORT(__movstr_i4_even);
94 DECLARE_EXPORT(__movstr_i4_odd);
95 DECLARE_EXPORT(__movstrSI12_i4);
96
97 /* needed by some modules */
98 EXPORT_SYMBOL(flush_cache_all);
99 EXPORT_SYMBOL(flush_cache_range);
100 EXPORT_SYMBOL(flush_dcache_page);
101 EXPORT_SYMBOL(__flush_purge_region);
102 EXPORT_SYMBOL(clear_user_page);
103 #endif
104
105 #if defined(CONFIG_SH7705_CACHE_32KB)
106 EXPORT_SYMBOL(flush_cache_all);
107 EXPORT_SYMBOL(flush_cache_range);
108 EXPORT_SYMBOL(flush_dcache_page);
109 EXPORT_SYMBOL(__flush_purge_region);
110 #endif
111
112 EXPORT_SYMBOL(flush_tlb_page);
113 EXPORT_SYMBOL(__down_trylock);
114
115 #ifdef CONFIG_SMP
116 EXPORT_SYMBOL(synchronize_irq);
117 #endif
118
119 #ifdef CONFIG_PM
120 EXPORT_SYMBOL(pm_suspend);
121 #endif
122
123 EXPORT_SYMBOL(csum_partial);
124 #ifdef CONFIG_IPV6
125 EXPORT_SYMBOL(csum_ipv6_magic);
126 #endif
127 EXPORT_SYMBOL(consistent_sync);
128 EXPORT_SYMBOL(clear_page);