2005-04-16 15:20:36 -07:00
/*
2007-11-28 20:19:38 +09:00
* arch / sh / kernel / sh_ksyms_64 . c
2005-04-16 15:20:36 -07:00
*
* Copyright ( C ) 2000 , 2001 Paolo Alberelli
*
2007-11-28 20:19:38 +09:00
* This file is subject to the terms and conditions of the GNU General Public
* License . See the file " COPYING " in the main directory of this archive
* for more details .
2005-04-16 15:20:36 -07:00
*/
# include <linux/rwsem.h>
# include <linux/module.h>
# include <linux/smp.h>
# include <linux/user.h>
# include <linux/elfcore.h>
# include <linux/sched.h>
# include <linux/in6.h>
# include <linux/interrupt.h>
2006-07-10 04:44:13 -07:00
# include <linux/screen_info.h>
2008-04-25 16:01:38 +09:00
# include <asm/cacheflush.h>
2005-04-16 15:20:36 -07:00
# include <asm/processor.h>
# include <asm/uaccess.h>
# include <asm/checksum.h>
# include <asm/io.h>
# include <asm/delay.h>
# include <asm/irq.h>
2008-04-25 16:01:38 +09:00
EXPORT_SYMBOL ( __put_user_asm_b ) ;
EXPORT_SYMBOL ( __put_user_asm_w ) ;
2005-04-16 15:20:36 -07:00
EXPORT_SYMBOL ( __put_user_asm_l ) ;
2008-04-25 16:01:38 +09:00
EXPORT_SYMBOL ( __put_user_asm_q ) ;
EXPORT_SYMBOL ( __get_user_asm_b ) ;
EXPORT_SYMBOL ( __get_user_asm_w ) ;
2005-04-16 15:20:36 -07:00
EXPORT_SYMBOL ( __get_user_asm_l ) ;
2008-04-25 16:01:38 +09:00
EXPORT_SYMBOL ( __get_user_asm_q ) ;
EXPORT_SYMBOL ( __strnlen_user ) ;
EXPORT_SYMBOL ( __strncpy_from_user ) ;
EXPORT_SYMBOL ( __clear_user ) ;
2008-03-04 15:23:47 -08:00
EXPORT_SYMBOL ( copy_page ) ;
2007-10-09 15:55:40 +09:00
EXPORT_SYMBOL ( __copy_user ) ;
2008-04-16 02:21:47 +09:00
EXPORT_SYMBOL ( empty_zero_page ) ;
2005-04-16 15:20:36 -07:00
EXPORT_SYMBOL ( memcpy ) ;
2008-12-12 16:34:44 +09:00
EXPORT_SYMBOL ( memset ) ;
2007-10-01 17:36:47 +09:00
EXPORT_SYMBOL ( __udelay ) ;
EXPORT_SYMBOL ( __ndelay ) ;
2008-04-25 16:01:38 +09:00
EXPORT_SYMBOL ( __const_udelay ) ;
2008-12-12 16:34:44 +09:00
EXPORT_SYMBOL ( strlen ) ;
EXPORT_SYMBOL ( strcpy ) ;
2005-04-16 15:20:36 -07:00
/* Ugh. These come in from libgcc.a at link time. */
2007-10-01 17:36:47 +09:00
# define DECLARE_EXPORT(name) extern void name(void);EXPORT_SYMBOL(name)
2005-04-16 15:20:36 -07:00
2007-10-01 17:36:47 +09:00
DECLARE_EXPORT ( __sdivsi3 ) ;
2009-05-09 17:57:21 +09:00
DECLARE_EXPORT ( __sdivsi3_1 ) ;
DECLARE_EXPORT ( __sdivsi3_2 ) ;
2007-10-01 17:36:47 +09:00
DECLARE_EXPORT ( __udivsi3 ) ;
2008-04-25 16:01:38 +09:00
DECLARE_EXPORT ( __div_table ) ;