2 * arch/sh/kernel/sh_ksyms_64.c
4 * Copyright (C) 2000, 2001 Paolo Alberelli
6 * This file is subject to the terms and conditions of the GNU General Public
7 * License. See the file "COPYING" in the main directory of this archive
10 #include <linux/rwsem.h>
11 #include <linux/module.h>
12 #include <linux/smp.h>
13 #include <linux/user.h>
14 #include <linux/elfcore.h>
15 #include <linux/sched.h>
16 #include <linux/in6.h>
17 #include <linux/interrupt.h>
18 #include <linux/screen_info.h>
19 #include <asm/semaphore.h>
20 #include <asm/processor.h>
21 #include <asm/uaccess.h>
22 #include <asm/checksum.h>
24 #include <asm/delay.h>
27 extern int dump_fpu(struct pt_regs
*, elf_fpregset_t
*);
29 /* platform dependent support */
30 EXPORT_SYMBOL(dump_fpu
);
31 EXPORT_SYMBOL(kernel_thread
);
33 /* Networking helper routines. */
34 EXPORT_SYMBOL(csum_partial_copy_nocheck
);
37 EXPORT_SYMBOL(screen_info
);
40 EXPORT_SYMBOL(__down
);
41 EXPORT_SYMBOL(__down_trylock
);
43 EXPORT_SYMBOL(__put_user_asm_l
);
44 EXPORT_SYMBOL(__get_user_asm_l
);
45 EXPORT_SYMBOL(copy_page
);
46 EXPORT_SYMBOL(__copy_user
);
47 EXPORT_SYMBOL(empty_zero_page
);
48 EXPORT_SYMBOL(memcpy
);
49 EXPORT_SYMBOL(__udelay
);
50 EXPORT_SYMBOL(__ndelay
);
52 /* Ugh. These come in from libgcc.a at link time. */
53 #define DECLARE_EXPORT(name) extern void name(void);EXPORT_SYMBOL(name)
55 DECLARE_EXPORT(__sdivsi3
);
56 DECLARE_EXPORT(__muldi3
);
57 DECLARE_EXPORT(__udivsi3
);