2005-04-17 06:20:36 +08:00
|
|
|
#include <linux/module.h>
|
2011-07-24 16:48:18 +08:00
|
|
|
#include <linux/kvm_host.h>
|
2008-12-25 20:38:56 +08:00
|
|
|
#include <asm/ftrace.h>
|
|
|
|
|
|
|
|
#ifdef CONFIG_FUNCTION_TRACER
|
|
|
|
EXPORT_SYMBOL(_mcount);
|
|
|
|
#endif
|
2013-11-01 17:08:20 +08:00
|
|
|
#if IS_ENABLED(CONFIG_KVM)
|
2011-07-24 16:48:18 +08:00
|
|
|
EXPORT_SYMBOL(sie64a);
|
2013-06-12 19:54:56 +08:00
|
|
|
EXPORT_SYMBOL(sie_exit);
|
2011-07-24 16:48:18 +08:00
|
|
|
#endif
|
2012-08-14 19:20:20 +08:00
|
|
|
EXPORT_SYMBOL(memcpy);
|
|
|
|
EXPORT_SYMBOL(memset);
|