]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/sh/kernel/sh_ksyms_64.c
sh: syscall auditing for sh5, too.
[mirror_ubuntu-zesty-kernel.git] / arch / sh / kernel / sh_ksyms_64.c
CommitLineData
1da177e4
LT
1/*
2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
4 * for more details.
5 *
6 * arch/sh64/kernel/sh_ksyms.c
7 *
8 * Copyright (C) 2000, 2001 Paolo Alberelli
9 *
10 */
1da177e4
LT
11#include <linux/rwsem.h>
12#include <linux/module.h>
13#include <linux/smp.h>
14#include <linux/user.h>
15#include <linux/elfcore.h>
16#include <linux/sched.h>
17#include <linux/in6.h>
18#include <linux/interrupt.h>
894673ee 19#include <linux/screen_info.h>
1da177e4
LT
20#include <asm/semaphore.h>
21#include <asm/processor.h>
22#include <asm/uaccess.h>
23#include <asm/checksum.h>
24#include <asm/io.h>
25#include <asm/delay.h>
26#include <asm/irq.h>
27
1da177e4
LT
28extern int dump_fpu(struct pt_regs *, elf_fpregset_t *);
29
1da177e4 30/* platform dependent support */
1da177e4 31EXPORT_SYMBOL(dump_fpu);
1da177e4
LT
32EXPORT_SYMBOL(kernel_thread);
33
34/* Networking helper routines. */
c459dd90 35EXPORT_SYMBOL(csum_partial_copy_nocheck);
1da177e4 36
1da177e4
LT
37#ifdef CONFIG_VT
38EXPORT_SYMBOL(screen_info);
39#endif
40
41EXPORT_SYMBOL(__down);
42EXPORT_SYMBOL(__down_trylock);
43EXPORT_SYMBOL(__up);
44EXPORT_SYMBOL(__put_user_asm_l);
45EXPORT_SYMBOL(__get_user_asm_l);
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);