ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / arch / v850 / kernel / v850_ksyms.c
1 #include <linux/module.h>
2 #include <linux/linkage.h>
3 #include <linux/sched.h>
4 #include <linux/string.h>
5 #include <linux/mm.h>
6 #include <linux/user.h>
7 #include <linux/elfcore.h>
8 #include <linux/in6.h>
9 #include <linux/interrupt.h>
10 #include <linux/config.h>
11
12 #include <asm/pgalloc.h>
13 #include <asm/irq.h>
14 #include <asm/io.h>
15 #include <asm/semaphore.h>
16 #include <asm/checksum.h>
17 #include <asm/hardirq.h>
18 #include <asm/current.h>
19
20
21 extern void *trap_table;
22 EXPORT_SYMBOL (trap_table);
23
24 /* platform dependent support */
25 extern void dump_thread (struct pt_regs *, struct user *);
26 EXPORT_SYMBOL (dump_thread);
27 EXPORT_SYMBOL (kernel_thread);
28 EXPORT_SYMBOL (enable_irq);
29 EXPORT_SYMBOL (disable_irq);
30 EXPORT_SYMBOL (disable_irq_nosync);
31 EXPORT_SYMBOL (__bug);
32
33 /* Networking helper routines. */
34 EXPORT_SYMBOL (csum_partial_copy);
35 EXPORT_SYMBOL (csum_partial_copy_from_user);
36 EXPORT_SYMBOL (ip_compute_csum);
37 EXPORT_SYMBOL (ip_fast_csum);
38
39 /* string / mem functions */
40 EXPORT_SYMBOL_NOVERS (strcpy);
41 EXPORT_SYMBOL_NOVERS (strncpy);
42 EXPORT_SYMBOL_NOVERS (strcat);
43 EXPORT_SYMBOL_NOVERS (strncat);
44 EXPORT_SYMBOL_NOVERS (strcmp);
45 EXPORT_SYMBOL_NOVERS (strncmp);
46 EXPORT_SYMBOL_NOVERS (strchr);
47 EXPORT_SYMBOL_NOVERS (strlen);
48 EXPORT_SYMBOL_NOVERS (strnlen);
49 EXPORT_SYMBOL_NOVERS (strpbrk);
50 EXPORT_SYMBOL_NOVERS (strrchr);
51 EXPORT_SYMBOL_NOVERS (strstr);
52 EXPORT_SYMBOL_NOVERS (memset);
53 EXPORT_SYMBOL_NOVERS (memcpy);
54 EXPORT_SYMBOL_NOVERS (memmove);
55 EXPORT_SYMBOL_NOVERS (memcmp);
56 EXPORT_SYMBOL_NOVERS (memscan);
57
58 /* semaphores */
59 EXPORT_SYMBOL_NOVERS (__down);
60 EXPORT_SYMBOL_NOVERS (__down_interruptible);
61 EXPORT_SYMBOL_NOVERS (__down_trylock);
62 EXPORT_SYMBOL_NOVERS (__up);
63
64 /*
65  * libgcc functions - functions that are used internally by the
66  * compiler...  (prototypes are not correct though, but that
67  * doesn't really matter since they're not versioned).
68  */
69 extern void __ashldi3 (void);
70 extern void __ashrdi3 (void);
71 extern void __lshrdi3 (void);
72 extern void __muldi3 (void);
73 extern void __negdi2 (void);
74
75 EXPORT_SYMBOL_NOVERS (__ashldi3);
76 EXPORT_SYMBOL_NOVERS (__ashrdi3);
77 EXPORT_SYMBOL_NOVERS (__lshrdi3);
78 EXPORT_SYMBOL_NOVERS (__muldi3);
79 EXPORT_SYMBOL_NOVERS (__negdi2);