1 #ifndef _ASM_X86_MSHYPER_H
2 #define _ASM_X86_MSHYPER_H
4 #include <linux/types.h>
5 #include <linux/interrupt.h>
6 #include <asm/hyperv.h>
8 struct ms_hyperv_info
{
14 extern struct ms_hyperv_info ms_hyperv
;
16 void hyperv_callback_vector(void);
18 #define trace_hyperv_callback_vector hyperv_callback_vector
20 void hyperv_vector_handler(struct pt_regs
*regs
);
21 void hv_setup_vmbus_irq(void (*handler
)(void));
22 void hv_remove_vmbus_irq(void);
24 void hv_setup_kexec_handler(void (*handler
)(void));
25 void hv_remove_kexec_handler(void);
26 void hv_setup_crash_handler(void (*handler
)(struct pt_regs
*regs
));
27 void hv_remove_crash_handler(void);