Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
s390
kernel
s390_ksyms.c
Go to the documentation of this file.
1
#include <linux/module.h>
2
#include <
linux/kvm_host.h
>
3
#include <asm/ftrace.h>
4
5
#ifdef CONFIG_FUNCTION_TRACER
6
EXPORT_SYMBOL
(
_mcount
);
7
#endif
8
#if defined(CONFIG_KVM) || defined(CONFIG_KVM_MODULE)
9
EXPORT_SYMBOL
(
sie64a
);
10
#endif
11
EXPORT_SYMBOL
(
memcpy
);
12
EXPORT_SYMBOL
(
memset
);
Generated on Thu Jan 10 2013 13:16:54 for Linux Kernel by
1.8.2