sh: export copy-page() to modules
[deliverable/linux.git] / arch / sh / kernel / sh_ksyms_64.c
CommitLineData
1da177e4 1/*
a23ba435 2 * arch/sh/kernel/sh_ksyms_64.c
1da177e4
LT
3 *
4 * Copyright (C) 2000, 2001 Paolo Alberelli
5 *
a23ba435
PM
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
8 * for more details.
1da177e4 9 */
1da177e4
LT
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>
894673ee 18#include <linux/screen_info.h>
1da177e4
LT
19#include <asm/semaphore.h>
20#include <asm/processor.h>
21#include <asm/uaccess.h>
22#include <asm/checksum.h>
23#include <asm/io.h>
24#include <asm/delay.h>
25#include <asm/irq.h>
26
1da177e4
LT
27extern int dump_fpu(struct pt_regs *, elf_fpregset_t *);
28
1da177e4 29/* platform dependent support */
1da177e4 30EXPORT_SYMBOL(dump_fpu);
1da177e4
LT
31EXPORT_SYMBOL(kernel_thread);
32
33/* Networking helper routines. */
c459dd90 34EXPORT_SYMBOL(csum_partial_copy_nocheck);
1da177e4 35
1da177e4
LT
36#ifdef CONFIG_VT
37EXPORT_SYMBOL(screen_info);
38#endif
39
40EXPORT_SYMBOL(__down);
41EXPORT_SYMBOL(__down_trylock);
42EXPORT_SYMBOL(__up);
43EXPORT_SYMBOL(__put_user_asm_l);
44EXPORT_SYMBOL(__get_user_asm_l);
ad0caae0 45EXPORT_SYMBOL(copy_page);
7b523c9e 46EXPORT_SYMBOL(__copy_user);
1da177e4 47EXPORT_SYMBOL(memcpy);
749c8496 48EXPORT_SYMBOL(__udelay);
749c8496 49EXPORT_SYMBOL(__ndelay);
1da177e4
LT
50
51/* Ugh. These come in from libgcc.a at link time. */
749c8496 52#define DECLARE_EXPORT(name) extern void name(void);EXPORT_SYMBOL(name)
1da177e4 53
749c8496
PM
54DECLARE_EXPORT(__sdivsi3);
55DECLARE_EXPORT(__muldi3);
56DECLARE_EXPORT(__udivsi3);
This page took 0.291837 seconds and 5 git commands to generate.