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