blob: 26a0774f5272af46839c1faaf924ae9a4e29af13 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Paul Mundta23ba432007-11-28 20:19:38 +09002 * arch/sh/kernel/sh_ksyms_64.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07003 *
4 * Copyright (C) 2000, 2001 Paolo Alberelli
5 *
Paul Mundta23ba432007-11-28 20:19:38 +09006 * 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.
Linus Torvalds1da177e2005-04-16 15:20:36 -07009 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070010#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>
Jon Smirl894673e2006-07-10 04:44:13 -070018#include <linux/screen_info.h>
Paul Mundt971ac162008-04-25 16:01:38 +090019#include <asm/cacheflush.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070020#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
Paul Mundt971ac162008-04-25 16:01:38 +090027EXPORT_SYMBOL(__put_user_asm_b);
28EXPORT_SYMBOL(__put_user_asm_w);
Linus Torvalds1da177e2005-04-16 15:20:36 -070029EXPORT_SYMBOL(__put_user_asm_l);
Paul Mundt971ac162008-04-25 16:01:38 +090030EXPORT_SYMBOL(__put_user_asm_q);
31EXPORT_SYMBOL(__get_user_asm_b);
32EXPORT_SYMBOL(__get_user_asm_w);
Linus Torvalds1da177e2005-04-16 15:20:36 -070033EXPORT_SYMBOL(__get_user_asm_l);
Paul Mundt971ac162008-04-25 16:01:38 +090034EXPORT_SYMBOL(__get_user_asm_q);
Paul Mundt971ac162008-04-25 16:01:38 +090035EXPORT_SYMBOL(__clear_user);
Andrew Mortonad0caae2008-03-04 15:23:47 -080036EXPORT_SYMBOL(copy_page);
Paul Mundt7b523c92007-10-09 15:55:40 +090037EXPORT_SYMBOL(__copy_user);
Andrew Mortonfd785d62008-04-16 02:21:47 +090038EXPORT_SYMBOL(empty_zero_page);
Linus Torvalds1da177e2005-04-16 15:20:36 -070039EXPORT_SYMBOL(memcpy);
Paul Mundt4466b202008-12-12 16:34:44 +090040EXPORT_SYMBOL(memset);
Paul Mundt749c8492007-10-01 17:36:47 +090041EXPORT_SYMBOL(__udelay);
Paul Mundt749c8492007-10-01 17:36:47 +090042EXPORT_SYMBOL(__ndelay);
Paul Mundt971ac162008-04-25 16:01:38 +090043EXPORT_SYMBOL(__const_udelay);
Paul Mundt4466b202008-12-12 16:34:44 +090044EXPORT_SYMBOL(strlen);
45EXPORT_SYMBOL(strcpy);
Linus Torvalds1da177e2005-04-16 15:20:36 -070046
47/* Ugh. These come in from libgcc.a at link time. */
Paul Mundt749c8492007-10-01 17:36:47 +090048#define DECLARE_EXPORT(name) extern void name(void);EXPORT_SYMBOL(name)
Linus Torvalds1da177e2005-04-16 15:20:36 -070049
Paul Mundt749c8492007-10-01 17:36:47 +090050DECLARE_EXPORT(__sdivsi3);
Paul Mundt1031a3a2009-05-09 17:57:21 +090051DECLARE_EXPORT(__sdivsi3_1);
52DECLARE_EXPORT(__sdivsi3_2);
Paul Mundt749c8492007-10-01 17:36:47 +090053DECLARE_EXPORT(__udivsi3);
Paul Mundt971ac162008-04-25 16:01:38 +090054DECLARE_EXPORT(__div_table);