blob: 9de17065afb4952f2433d27f1a96d7f6bf8136f4 [file] [log] [blame]
Kuninori Morimoto5933f6d2018-12-28 00:32:24 -08001// SPDX-License-Identifier: GPL-2.0
Linus Torvalds1da177e2005-04-16 15:20:36 -07002/*
Paul Mundta23ba432007-11-28 20:19:38 +09003 * arch/sh/kernel/sh_ksyms_64.c
Linus Torvalds1da177e2005-04-16 15:20:36 -07004 *
5 * Copyright (C) 2000, 2001 Paolo Alberelli
Linus Torvalds1da177e2005-04-16 15:20:36 -07006 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07007#include <linux/rwsem.h>
8#include <linux/module.h>
9#include <linux/smp.h>
10#include <linux/user.h>
11#include <linux/elfcore.h>
12#include <linux/sched.h>
13#include <linux/in6.h>
14#include <linux/interrupt.h>
Jon Smirl894673e2006-07-10 04:44:13 -070015#include <linux/screen_info.h>
Paul Mundt971ac162008-04-25 16:01:38 +090016#include <asm/cacheflush.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070017#include <asm/processor.h>
Linus Torvalds7c0f6ba2016-12-24 11:46:01 -080018#include <linux/uaccess.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070019#include <asm/checksum.h>
20#include <asm/io.h>
21#include <asm/delay.h>
22#include <asm/irq.h>
23
Paul Mundt971ac162008-04-25 16:01:38 +090024EXPORT_SYMBOL(__put_user_asm_b);
25EXPORT_SYMBOL(__put_user_asm_w);
Linus Torvalds1da177e2005-04-16 15:20:36 -070026EXPORT_SYMBOL(__put_user_asm_l);
Paul Mundt971ac162008-04-25 16:01:38 +090027EXPORT_SYMBOL(__put_user_asm_q);
28EXPORT_SYMBOL(__get_user_asm_b);
29EXPORT_SYMBOL(__get_user_asm_w);
Linus Torvalds1da177e2005-04-16 15:20:36 -070030EXPORT_SYMBOL(__get_user_asm_l);
Paul Mundt971ac162008-04-25 16:01:38 +090031EXPORT_SYMBOL(__get_user_asm_q);
Paul Mundt971ac162008-04-25 16:01:38 +090032EXPORT_SYMBOL(__clear_user);
Andrew Mortonad0caae2008-03-04 15:23:47 -080033EXPORT_SYMBOL(copy_page);
Paul Mundt7b523c92007-10-09 15:55:40 +090034EXPORT_SYMBOL(__copy_user);
Andrew Mortonfd785d62008-04-16 02:21:47 +090035EXPORT_SYMBOL(empty_zero_page);
Linus Torvalds1da177e2005-04-16 15:20:36 -070036EXPORT_SYMBOL(memcpy);
Paul Mundt4466b202008-12-12 16:34:44 +090037EXPORT_SYMBOL(memset);
Paul Mundt749c8492007-10-01 17:36:47 +090038EXPORT_SYMBOL(__udelay);
Paul Mundt749c8492007-10-01 17:36:47 +090039EXPORT_SYMBOL(__ndelay);
Paul Mundt971ac162008-04-25 16:01:38 +090040EXPORT_SYMBOL(__const_udelay);
Paul Mundt4466b202008-12-12 16:34:44 +090041EXPORT_SYMBOL(strlen);
42EXPORT_SYMBOL(strcpy);
Linus Torvalds1da177e2005-04-16 15:20:36 -070043
44/* Ugh. These come in from libgcc.a at link time. */
Paul Mundt749c8492007-10-01 17:36:47 +090045#define DECLARE_EXPORT(name) extern void name(void);EXPORT_SYMBOL(name)
Linus Torvalds1da177e2005-04-16 15:20:36 -070046
Paul Mundt749c8492007-10-01 17:36:47 +090047DECLARE_EXPORT(__sdivsi3);
Paul Mundt1031a3a2009-05-09 17:57:21 +090048DECLARE_EXPORT(__sdivsi3_1);
49DECLARE_EXPORT(__sdivsi3_2);
Paul Mundt749c8492007-10-01 17:36:47 +090050DECLARE_EXPORT(__udivsi3);
Paul Mundt971ac162008-04-25 16:01:38 +090051DECLARE_EXPORT(__div_table);