blob: f735d7e018e4161967114ab5ecff778a81f4d449 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * linux/arch/arm26/kernel/armksyms.c
3 *
4 * Copyright (C) 2003 Ian Molton
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
9 */
10#include <linux/module.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070011#include <linux/module.h>
12#include <linux/user.h>
13#include <linux/string.h>
14#include <linux/fs.h>
15#include <linux/mm.h>
16#include <linux/mman.h>
17#include <linux/delay.h>
18#include <linux/in6.h>
19#include <linux/interrupt.h>
20#include <linux/pm.h>
21#include <linux/tty.h>
22#include <linux/vt_kern.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070023#include <linux/syscalls.h>
24
25#include <asm/byteorder.h>
26#include <asm/elf.h>
27#include <asm/io.h>
28#include <asm/irq.h>
29#include <asm/processor.h>
30#include <asm/semaphore.h>
31#include <asm/system.h>
32#include <asm/uaccess.h>
33#include <asm/checksum.h>
34#include <asm/mach-types.h>
35
Linus Torvalds1da177e2005-04-16 15:20:36 -070036extern int dump_fpu(struct pt_regs *, struct user_fp_struct *);
37extern void inswb(unsigned int port, void *to, int len);
38extern void outswb(unsigned int port, const void *to, int len);
39
40extern void __bad_xchg(volatile void *ptr, int size);
41
42/*
43 * libgcc functions - functions that are used internally by the
44 * compiler... (prototypes are not correct though, but that
45 * doesn't really matter since they're not versioned).
46 */
47extern void __ashldi3(void);
48extern void __ashrdi3(void);
49extern void __divsi3(void);
50extern void __lshrdi3(void);
51extern void __modsi3(void);
52extern void __muldi3(void);
53extern void __ucmpdi2(void);
54extern void __udivdi3(void);
55extern void __umoddi3(void);
56extern void __udivmoddi4(void);
57extern void __udivsi3(void);
58extern void __umodsi3(void);
59extern void abort(void);
60
61extern void ret_from_exception(void);
62extern void fpundefinstr(void);
63extern void fp_enter(void);
64
65/*
66 * This has a special calling convention; it doesn't
67 * modify any of the usual registers, except for LR.
68 * FIXME - we used to use our own local version - looks to be in kernel/softirq now
69 */
70//extern void __do_softirq(void);
71
72#define EXPORT_SYMBOL_ALIAS(sym,orig) \
73 const char __kstrtab_##sym[] \
74 __attribute__((section(".kstrtab"))) = \
75 __MODULE_STRING(sym); \
76 const struct module_symbol __ksymtab_##sym \
77 __attribute__((section("__ksymtab"))) = \
78 { (unsigned long)&orig, __kstrtab_##sym };
79
80/*
81 * floating point math emulator support.
82 * These symbols will never change their calling convention...
83 */
84EXPORT_SYMBOL_ALIAS(kern_fp_enter,fp_enter);
85EXPORT_SYMBOL_ALIAS(fp_printk,printk);
86EXPORT_SYMBOL_ALIAS(fp_send_sig,send_sig);
87
88EXPORT_SYMBOL(fpundefinstr);
89EXPORT_SYMBOL(ret_from_exception);
90
91#ifdef CONFIG_VT
92EXPORT_SYMBOL(kd_mksound);
93#endif
94
95//EXPORT_SYMBOL(__do_softirq);
96
97 /* platform dependent support */
98EXPORT_SYMBOL(dump_thread);
99EXPORT_SYMBOL(dump_fpu);
100EXPORT_SYMBOL(udelay);
101EXPORT_SYMBOL(kernel_thread);
102EXPORT_SYMBOL(system_rev);
103EXPORT_SYMBOL(system_serial_low);
104EXPORT_SYMBOL(system_serial_high);
105#ifdef CONFIG_DEBUG_BUGVERBOSE
106EXPORT_SYMBOL(__bug);
107#endif
108EXPORT_SYMBOL(__bad_xchg);
109EXPORT_SYMBOL(__readwrite_bug);
110EXPORT_SYMBOL(enable_irq);
111EXPORT_SYMBOL(disable_irq);
112EXPORT_SYMBOL(set_irq_type);
113EXPORT_SYMBOL(pm_idle);
114EXPORT_SYMBOL(pm_power_off);
115
116 /* processor dependencies */
117EXPORT_SYMBOL(__machine_arch_type);
118
119 /* networking */
120EXPORT_SYMBOL(csum_partial_copy_nocheck);
121EXPORT_SYMBOL(__csum_ipv6_magic);
122
123 /* io */
124#ifndef __raw_readsb
125EXPORT_SYMBOL(__raw_readsb);
126#endif
127#ifndef __raw_readsw
128EXPORT_SYMBOL(__raw_readsw);
129#endif
130#ifndef __raw_readsl
131EXPORT_SYMBOL(__raw_readsl);
132#endif
133#ifndef __raw_writesb
134EXPORT_SYMBOL(__raw_writesb);
135#endif
136#ifndef __raw_writesw
137EXPORT_SYMBOL(__raw_writesw);
138#endif
139#ifndef __raw_writesl
140EXPORT_SYMBOL(__raw_writesl);
141#endif
142
143 /* string / mem functions */
144EXPORT_SYMBOL(strcpy);
145EXPORT_SYMBOL(strncpy);
146EXPORT_SYMBOL(strcat);
147EXPORT_SYMBOL(strncat);
148EXPORT_SYMBOL(strcmp);
149EXPORT_SYMBOL(strncmp);
150EXPORT_SYMBOL(strchr);
151EXPORT_SYMBOL(strlen);
152EXPORT_SYMBOL(strnlen);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700153EXPORT_SYMBOL(strrchr);
154EXPORT_SYMBOL(strstr);
155EXPORT_SYMBOL(memset);
156EXPORT_SYMBOL(memcpy);
157EXPORT_SYMBOL(memmove);
158EXPORT_SYMBOL(memcmp);
159EXPORT_SYMBOL(memscan);
160EXPORT_SYMBOL(__memzero);
161
162 /* user mem (segment) */
163EXPORT_SYMBOL(uaccess_kernel);
164EXPORT_SYMBOL(uaccess_user);
165
166EXPORT_SYMBOL(__get_user_1);
167EXPORT_SYMBOL(__get_user_2);
168EXPORT_SYMBOL(__get_user_4);
169EXPORT_SYMBOL(__get_user_8);
170
171EXPORT_SYMBOL(__put_user_1);
172EXPORT_SYMBOL(__put_user_2);
173EXPORT_SYMBOL(__put_user_4);
174EXPORT_SYMBOL(__put_user_8);
175
176 /* gcc lib functions */
177EXPORT_SYMBOL(__ashldi3);
178EXPORT_SYMBOL(__ashrdi3);
179EXPORT_SYMBOL(__divsi3);
180EXPORT_SYMBOL(__lshrdi3);
181EXPORT_SYMBOL(__modsi3);
182EXPORT_SYMBOL(__muldi3);
183EXPORT_SYMBOL(__ucmpdi2);
184EXPORT_SYMBOL(__udivdi3);
185EXPORT_SYMBOL(__umoddi3);
186EXPORT_SYMBOL(__udivmoddi4);
187EXPORT_SYMBOL(__udivsi3);
188EXPORT_SYMBOL(__umodsi3);
189
190 /* bitops */
191EXPORT_SYMBOL(_set_bit_le);
192EXPORT_SYMBOL(_test_and_set_bit_le);
193EXPORT_SYMBOL(_clear_bit_le);
194EXPORT_SYMBOL(_test_and_clear_bit_le);
195EXPORT_SYMBOL(_change_bit_le);
196EXPORT_SYMBOL(_test_and_change_bit_le);
197EXPORT_SYMBOL(_find_first_zero_bit_le);
198EXPORT_SYMBOL(_find_next_zero_bit_le);
199
200 /* elf */
201EXPORT_SYMBOL(elf_platform);
202EXPORT_SYMBOL(elf_hwcap);
203
Linus Torvalds1da177e2005-04-16 15:20:36 -0700204#ifdef CONFIG_PREEMPT
205EXPORT_SYMBOL(kernel_flag);
206#endif