• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/kernel/
1/*
2 * arch/sh/kernel/sh_ksyms_64.c
3 *
4 * Copyright (C) 2000, 2001  Paolo Alberelli
5 *
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.
9 */
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>
18#include <linux/screen_info.h>
19#include <asm/cacheflush.h>
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
27EXPORT_SYMBOL(__put_user_asm_b);
28EXPORT_SYMBOL(__put_user_asm_w);
29EXPORT_SYMBOL(__put_user_asm_l);
30EXPORT_SYMBOL(__put_user_asm_q);
31EXPORT_SYMBOL(__get_user_asm_b);
32EXPORT_SYMBOL(__get_user_asm_w);
33EXPORT_SYMBOL(__get_user_asm_l);
34EXPORT_SYMBOL(__get_user_asm_q);
35EXPORT_SYMBOL(__strnlen_user);
36EXPORT_SYMBOL(__strncpy_from_user);
37EXPORT_SYMBOL(__clear_user);
38EXPORT_SYMBOL(copy_page);
39EXPORT_SYMBOL(__copy_user);
40EXPORT_SYMBOL(empty_zero_page);
41EXPORT_SYMBOL(memcpy);
42EXPORT_SYMBOL(memset);
43EXPORT_SYMBOL(__udelay);
44EXPORT_SYMBOL(__ndelay);
45EXPORT_SYMBOL(__const_udelay);
46EXPORT_SYMBOL(strlen);
47EXPORT_SYMBOL(strcpy);
48
49/* Ugh.  These come in from libgcc.a at link time. */
50#define DECLARE_EXPORT(name) extern void name(void);EXPORT_SYMBOL(name)
51
52DECLARE_EXPORT(__sdivsi3);
53DECLARE_EXPORT(__sdivsi3_1);
54DECLARE_EXPORT(__sdivsi3_2);
55DECLARE_EXPORT(__udivsi3);
56DECLARE_EXPORT(__div_table);
57