]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - arch/s390/kernel/s390_ksyms.c
ARM: domains: thread_info.h no longer needs asm/domains.h
[mirror_ubuntu-bionic-kernel.git] / arch / s390 / kernel / s390_ksyms.c
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 IS_ENABLED(CONFIG_KVM)
9 EXPORT_SYMBOL(sie64a);
10 EXPORT_SYMBOL(sie_exit);
11 #endif
12 EXPORT_SYMBOL(memcpy);
13 EXPORT_SYMBOL(memset);