]> asedeno.scripts.mit.edu Git - linux.git/blob - arch/sh/kernel/sh_ksyms_64.c
Merge branch 'core-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / arch / sh / kernel / sh_ksyms_64.c
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * arch/sh/kernel/sh_ksyms_64.c
4  *
5  * Copyright (C) 2000, 2001  Paolo Alberelli
6  */
7 #include <linux/rwsem.h>
8 #include <linux/module.h>
9 #include <linux/smp.h>
10 #include <linux/user.h>
11 #include <linux/elfcore.h>
12 #include <linux/sched.h>
13 #include <linux/in6.h>
14 #include <linux/interrupt.h>
15 #include <linux/screen_info.h>
16 #include <asm/cacheflush.h>
17 #include <asm/processor.h>
18 #include <linux/uaccess.h>
19 #include <asm/checksum.h>
20 #include <asm/io.h>
21 #include <asm/delay.h>
22 #include <asm/irq.h>
23
24 EXPORT_SYMBOL(__put_user_asm_b);
25 EXPORT_SYMBOL(__put_user_asm_w);
26 EXPORT_SYMBOL(__put_user_asm_l);
27 EXPORT_SYMBOL(__put_user_asm_q);
28 EXPORT_SYMBOL(__get_user_asm_b);
29 EXPORT_SYMBOL(__get_user_asm_w);
30 EXPORT_SYMBOL(__get_user_asm_l);
31 EXPORT_SYMBOL(__get_user_asm_q);
32 EXPORT_SYMBOL(__clear_user);
33 EXPORT_SYMBOL(copy_page);
34 EXPORT_SYMBOL(__copy_user);
35 EXPORT_SYMBOL(empty_zero_page);
36 EXPORT_SYMBOL(memcpy);
37 EXPORT_SYMBOL(memset);
38 EXPORT_SYMBOL(__udelay);
39 EXPORT_SYMBOL(__ndelay);
40 EXPORT_SYMBOL(__const_udelay);
41 EXPORT_SYMBOL(strlen);
42 EXPORT_SYMBOL(strcpy);
43
44 /* Ugh.  These come in from libgcc.a at link time. */
45 #define DECLARE_EXPORT(name) extern void name(void);EXPORT_SYMBOL(name)
46
47 DECLARE_EXPORT(__sdivsi3);
48 DECLARE_EXPORT(__sdivsi3_1);
49 DECLARE_EXPORT(__sdivsi3_2);
50 DECLARE_EXPORT(__udivsi3);
51 DECLARE_EXPORT(__div_table);