Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
Paul Mundt | a23ba43 | 2007-11-28 20:19:38 +0900 | [diff] [blame] | 2 | * arch/sh/kernel/sh_ksyms_64.c |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 | * |
| 4 | * Copyright (C) 2000, 2001 Paolo Alberelli |
| 5 | * |
Paul Mundt | a23ba43 | 2007-11-28 20:19:38 +0900 | [diff] [blame] | 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. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 9 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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> |
Jon Smirl | 894673e | 2006-07-10 04:44:13 -0700 | [diff] [blame] | 18 | #include <linux/screen_info.h> |
Paul Mundt | 971ac16 | 2008-04-25 16:01:38 +0900 | [diff] [blame] | 19 | #include <asm/cacheflush.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 | |
Paul Mundt | 971ac16 | 2008-04-25 16:01:38 +0900 | [diff] [blame] | 27 | EXPORT_SYMBOL(__put_user_asm_b); |
| 28 | EXPORT_SYMBOL(__put_user_asm_w); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 29 | EXPORT_SYMBOL(__put_user_asm_l); |
Paul Mundt | 971ac16 | 2008-04-25 16:01:38 +0900 | [diff] [blame] | 30 | EXPORT_SYMBOL(__put_user_asm_q); |
| 31 | EXPORT_SYMBOL(__get_user_asm_b); |
| 32 | EXPORT_SYMBOL(__get_user_asm_w); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 33 | EXPORT_SYMBOL(__get_user_asm_l); |
Paul Mundt | 971ac16 | 2008-04-25 16:01:38 +0900 | [diff] [blame] | 34 | EXPORT_SYMBOL(__get_user_asm_q); |
Paul Mundt | 971ac16 | 2008-04-25 16:01:38 +0900 | [diff] [blame] | 35 | EXPORT_SYMBOL(__clear_user); |
Andrew Morton | ad0caae | 2008-03-04 15:23:47 -0800 | [diff] [blame] | 36 | EXPORT_SYMBOL(copy_page); |
Paul Mundt | 7b523c9 | 2007-10-09 15:55:40 +0900 | [diff] [blame] | 37 | EXPORT_SYMBOL(__copy_user); |
Andrew Morton | fd785d6 | 2008-04-16 02:21:47 +0900 | [diff] [blame] | 38 | EXPORT_SYMBOL(empty_zero_page); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 39 | EXPORT_SYMBOL(memcpy); |
Paul Mundt | 4466b20 | 2008-12-12 16:34:44 +0900 | [diff] [blame] | 40 | EXPORT_SYMBOL(memset); |
Paul Mundt | 749c849 | 2007-10-01 17:36:47 +0900 | [diff] [blame] | 41 | EXPORT_SYMBOL(__udelay); |
Paul Mundt | 749c849 | 2007-10-01 17:36:47 +0900 | [diff] [blame] | 42 | EXPORT_SYMBOL(__ndelay); |
Paul Mundt | 971ac16 | 2008-04-25 16:01:38 +0900 | [diff] [blame] | 43 | EXPORT_SYMBOL(__const_udelay); |
Paul Mundt | 4466b20 | 2008-12-12 16:34:44 +0900 | [diff] [blame] | 44 | EXPORT_SYMBOL(strlen); |
| 45 | EXPORT_SYMBOL(strcpy); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 46 | |
| 47 | /* Ugh. These come in from libgcc.a at link time. */ |
Paul Mundt | 749c849 | 2007-10-01 17:36:47 +0900 | [diff] [blame] | 48 | #define DECLARE_EXPORT(name) extern void name(void);EXPORT_SYMBOL(name) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 49 | |
Paul Mundt | 749c849 | 2007-10-01 17:36:47 +0900 | [diff] [blame] | 50 | DECLARE_EXPORT(__sdivsi3); |
Paul Mundt | 1031a3a | 2009-05-09 17:57:21 +0900 | [diff] [blame] | 51 | DECLARE_EXPORT(__sdivsi3_1); |
| 52 | DECLARE_EXPORT(__sdivsi3_2); |
Paul Mundt | 749c849 | 2007-10-01 17:36:47 +0900 | [diff] [blame] | 53 | DECLARE_EXPORT(__udivsi3); |
Paul Mundt | 971ac16 | 2008-04-25 16:01:38 +0900 | [diff] [blame] | 54 | DECLARE_EXPORT(__div_table); |