]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - arch/sh/kernel/sh_ksyms_64.c
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
[mirror_ubuntu-zesty-kernel.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>
971ac16d 19#include <asm/cacheflush.h>
1da177e4 20#include <asm/processor.h>
7c0f6ba6 21#include <linux/uaccess.h>
1da177e4
LT
22#include <asm/checksum.h>
23#include <asm/io.h>
24#include <asm/delay.h>
25#include <asm/irq.h>
26
971ac16d
PM
27EXPORT_SYMBOL(__put_user_asm_b);
28EXPORT_SYMBOL(__put_user_asm_w);
1da177e4 29EXPORT_SYMBOL(__put_user_asm_l);
971ac16d
PM
30EXPORT_SYMBOL(__put_user_asm_q);
31EXPORT_SYMBOL(__get_user_asm_b);
32EXPORT_SYMBOL(__get_user_asm_w);
1da177e4 33EXPORT_SYMBOL(__get_user_asm_l);
971ac16d 34EXPORT_SYMBOL(__get_user_asm_q);
971ac16d 35EXPORT_SYMBOL(__clear_user);
ad0caae0 36EXPORT_SYMBOL(copy_page);
7b523c9e 37EXPORT_SYMBOL(__copy_user);
fd785d6b 38EXPORT_SYMBOL(empty_zero_page);
1da177e4 39EXPORT_SYMBOL(memcpy);
4466b20c 40EXPORT_SYMBOL(memset);
749c8496 41EXPORT_SYMBOL(__udelay);
749c8496 42EXPORT_SYMBOL(__ndelay);
971ac16d 43EXPORT_SYMBOL(__const_udelay);
4466b20c
PM
44EXPORT_SYMBOL(strlen);
45EXPORT_SYMBOL(strcpy);
1da177e4
LT
46
47/* Ugh. These come in from libgcc.a at link time. */
749c8496 48#define DECLARE_EXPORT(name) extern void name(void);EXPORT_SYMBOL(name)
1da177e4 49
749c8496 50DECLARE_EXPORT(__sdivsi3);
1031a3a5
PM
51DECLARE_EXPORT(__sdivsi3_1);
52DECLARE_EXPORT(__sdivsi3_2);
749c8496 53DECLARE_EXPORT(__udivsi3);
971ac16d 54DECLARE_EXPORT(__div_table);