x86: hyperv: Fixup the (brain) damage caused by the irq cleanup
[linux.git] / arch / x86 / include / asm / mshyperv.h
index cd9c41938b8a1ba8f830c888a078e8395cf76af1..c163215abb9ad99ee1c9eac3210acfb0380614b6 100644 (file)
@@ -2,6 +2,7 @@
 #define _ASM_X86_MSHYPER_H
 
 #include <linux/types.h>
+#include <linux/interrupt.h>
 #include <asm/hyperv.h>
 
 struct ms_hyperv_info {
@@ -16,6 +17,7 @@ void hyperv_callback_vector(void);
 #define trace_hyperv_callback_vector hyperv_callback_vector
 #endif
 void hyperv_vector_handler(struct pt_regs *regs);
-void hv_register_vmbus_handler(int irq, irq_handler_t handler);
+void hv_setup_vmbus_irq(void (*handler)(void));
+void hv_remove_vmbus_irq(void);
 
 #endif