]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - arch/x86/include/asm/mshyperv.h
Drivers: hv vmbus: Move Hypercall page setup out of common code
[mirror_ubuntu-zesty-kernel.git] / arch / x86 / include / asm / mshyperv.h
index 15a0c275c82e36f45f92de8a01b82d5043fb8acf..e5f57e15a507b0558ffc2805814ac282bd480bdb 100644 (file)
@@ -80,4 +80,9 @@ void hv_setup_kexec_handler(void (*handler)(void));
 void hv_remove_kexec_handler(void);
 void hv_setup_crash_handler(void (*handler)(struct pt_regs *regs));
 void hv_remove_crash_handler(void);
+
+#if IS_ENABLED(CONFIG_HYPERV)
+void hyperv_init(void);
+extern void *hv_hypercall_pg;
+#endif
 #endif