blob: 57b536649b00de8b8fde8890657a97051181c41f [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#include <linux/module.h>
Martin Schwidefsky603d1a52011-07-24 10:48:18 +02002#include <linux/kvm_host.h>
Heiko Carstens5d360a72008-12-25 13:38:56 +01003#include <asm/ftrace.h>
Heiko Carstens5d360a72008-12-25 13:38:56 +01004
5#ifdef CONFIG_FUNCTION_TRACER
6EXPORT_SYMBOL(_mcount);
7#endif
Martin Schwidefsky603d1a52011-07-24 10:48:18 +02008#if defined(CONFIG_KVM) || defined(CONFIG_KVM_MODULE)
9EXPORT_SYMBOL(sie64a);
10#endif