ARM: realview: make all header files local
[deliverable/linux.git] / arch / microblaze / kernel / microblaze_ksyms.c
CommitLineData
f6b165c6
MS
1/*
2 * Copyright (C) 2008-2009 Michal Simek <monstr@monstr.eu>
3 * Copyright (C) 2008-2009 PetaLogix
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
8 */
9
d64af918 10#include <linux/export.h>
f6b165c6
MS
11#include <linux/string.h>
12#include <linux/cryptohash.h>
13#include <linux/delay.h>
14#include <linux/in6.h>
15#include <linux/syscalls.h>
16
17#include <asm/checksum.h>
bd3b492a 18#include <asm/cacheflush.h>
f6b165c6
MS
19#include <linux/io.h>
20#include <asm/page.h>
2fd7c761 21#include <linux/ftrace.h>
f6b165c6
MS
22#include <linux/uaccess.h>
23
2fd7c761
MS
24#ifdef CONFIG_FUNCTION_TRACER
25extern void _mcount(void);
26EXPORT_SYMBOL(_mcount);
27#endif
e1733d2c
SM
28
29/*
30 * Assembly functions that may be used (directly or indirectly) by modules
31 */
32EXPORT_SYMBOL(__copy_tofrom_user);
ee4bcdf1 33EXPORT_SYMBOL(__strncpy_user);
e1733d2c
SM
34
35#ifdef CONFIG_OPT_LIB_ASM
36EXPORT_SYMBOL(memcpy);
37EXPORT_SYMBOL(memmove);
38#endif
bd3b492a
MS
39
40#ifdef CONFIG_MMU
41EXPORT_SYMBOL(empty_zero_page);
42#endif
43
44EXPORT_SYMBOL(mbc);
d50c3036
MS
45
46extern void __divsi3(void);
47EXPORT_SYMBOL(__divsi3);
48extern void __modsi3(void);
49EXPORT_SYMBOL(__modsi3);
50extern void __mulsi3(void);
51EXPORT_SYMBOL(__mulsi3);
52extern void __udivsi3(void);
53EXPORT_SYMBOL(__udivsi3);
54extern void __umodsi3(void);
55EXPORT_SYMBOL(__umodsi3);
This page took 0.354122 seconds and 5 git commands to generate.