]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - arch/ppc64/kernel/ppc_ksyms.c
powerpc: Merge arch/ppc64/kernel/vio.c into arch/powerpc/kernel/vio.c
[karo-tx-linux.git] / arch / ppc64 / kernel / ppc_ksyms.c
1 /* 
2  * c 2001 PPC 64 Team, IBM Corp
3  *
4  *      This program is free software; you can redistribute it and/or
5  *      modify it under the terms of the GNU General Public License
6  *      as published by the Free Software Foundation; either version
7  *      2 of the License, or (at your option) any later version.
8  */
9 #include <linux/config.h>
10 #include <linux/module.h>
11 #include <linux/string.h>
12 #include <linux/console.h>
13 #include <net/checksum.h>
14
15 #include <asm/processor.h>
16 #include <asm/uaccess.h>
17 #include <asm/io.h>
18 #include <asm/system.h>
19 #include <asm/hw_irq.h>
20 #include <asm/abs_addr.h>
21 #include <asm/cacheflush.h>
22
23 EXPORT_SYMBOL(strcpy);
24 EXPORT_SYMBOL(strncpy);
25 EXPORT_SYMBOL(strcat);
26 EXPORT_SYMBOL(strncat);
27 EXPORT_SYMBOL(strchr);
28 EXPORT_SYMBOL(strrchr);
29 EXPORT_SYMBOL(strpbrk);
30 EXPORT_SYMBOL(strstr);
31 EXPORT_SYMBOL(strlen);
32 EXPORT_SYMBOL(strnlen);
33 EXPORT_SYMBOL(strcmp);
34 EXPORT_SYMBOL(strncmp);
35
36 EXPORT_SYMBOL(csum_partial);
37 EXPORT_SYMBOL(csum_partial_copy_generic);
38 EXPORT_SYMBOL(ip_fast_csum);
39 EXPORT_SYMBOL(csum_tcpudp_magic);
40
41 EXPORT_SYMBOL(__copy_tofrom_user);
42 EXPORT_SYMBOL(__clear_user);
43 EXPORT_SYMBOL(__strncpy_from_user);
44 EXPORT_SYMBOL(__strnlen_user);
45
46 EXPORT_SYMBOL(reloc_offset);
47
48 EXPORT_SYMBOL(_insb);
49 EXPORT_SYMBOL(_outsb);
50 EXPORT_SYMBOL(_insw);
51 EXPORT_SYMBOL(_outsw);
52 EXPORT_SYMBOL(_insl);
53 EXPORT_SYMBOL(_outsl);
54 EXPORT_SYMBOL(_insw_ns);
55 EXPORT_SYMBOL(_outsw_ns);
56 EXPORT_SYMBOL(_insl_ns);
57 EXPORT_SYMBOL(_outsl_ns);
58
59 EXPORT_SYMBOL(kernel_thread);
60
61 EXPORT_SYMBOL(giveup_fpu);
62 #ifdef CONFIG_ALTIVEC
63 EXPORT_SYMBOL(giveup_altivec);
64 #endif
65 EXPORT_SYMBOL(__flush_icache_range);
66 EXPORT_SYMBOL(flush_dcache_range);
67
68 EXPORT_SYMBOL(memcpy);
69 EXPORT_SYMBOL(memset);
70 EXPORT_SYMBOL(memmove);
71 EXPORT_SYMBOL(memscan);
72 EXPORT_SYMBOL(memcmp);
73 EXPORT_SYMBOL(memchr);
74
75 EXPORT_SYMBOL(timer_interrupt);
76 EXPORT_SYMBOL(console_drivers);