2 * c 2001 PPC 64 Team, IBM Corp
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.
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>
15 #include <asm/processor.h>
16 #include <asm/uaccess.h>
18 #include <asm/system.h>
19 #include <asm/hw_irq.h>
20 #include <asm/abs_addr.h>
21 #include <asm/cacheflush.h>
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);
36 EXPORT_SYMBOL(csum_partial);
37 EXPORT_SYMBOL(csum_partial_copy_generic);
38 EXPORT_SYMBOL(ip_fast_csum);
39 EXPORT_SYMBOL(csum_tcpudp_magic);
41 EXPORT_SYMBOL(__copy_tofrom_user);
42 EXPORT_SYMBOL(__clear_user);
43 EXPORT_SYMBOL(__strncpy_from_user);
44 EXPORT_SYMBOL(__strnlen_user);
46 EXPORT_SYMBOL(reloc_offset);
49 EXPORT_SYMBOL(_outsb);
51 EXPORT_SYMBOL(_outsw);
53 EXPORT_SYMBOL(_outsl);
54 EXPORT_SYMBOL(_insw_ns);
55 EXPORT_SYMBOL(_outsw_ns);
56 EXPORT_SYMBOL(_insl_ns);
57 EXPORT_SYMBOL(_outsl_ns);
59 EXPORT_SYMBOL(kernel_thread);
61 EXPORT_SYMBOL(giveup_fpu);
63 EXPORT_SYMBOL(giveup_altivec);
65 EXPORT_SYMBOL(__flush_icache_range);
66 EXPORT_SYMBOL(flush_dcache_range);
68 EXPORT_SYMBOL(memcpy);
69 EXPORT_SYMBOL(memset);
70 EXPORT_SYMBOL(memmove);
71 EXPORT_SYMBOL(memscan);
72 EXPORT_SYMBOL(memcmp);
73 EXPORT_SYMBOL(memchr);
75 EXPORT_SYMBOL(timer_interrupt);
76 EXPORT_SYMBOL(console_drivers);