Merge tag 'nfs-for-4.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[deliverable/linux.git] / arch / x86 / include / asm / mshyperv.h
CommitLineData
e08cae41
PA
1#ifndef _ASM_X86_MSHYPER_H
2#define _ASM_X86_MSHYPER_H
a2a47c6c 3
e08cae41 4#include <linux/types.h>
1aec1696 5#include <linux/interrupt.h>
e08cae41
PA
6#include <asm/hyperv.h>
7
8struct ms_hyperv_info {
9 u32 features;
cc2dd402 10 u32 misc_features;
e08cae41
PA
11 u32 hints;
12};
13
14extern struct ms_hyperv_info ms_hyperv;
a2a47c6c 15
bc2b0331 16void hyperv_callback_vector(void);
cf910e83
SA
17#ifdef CONFIG_TRACING
18#define trace_hyperv_callback_vector hyperv_callback_vector
19#endif
bc2b0331 20void hyperv_vector_handler(struct pt_regs *regs);
76d388cd
TG
21void hv_setup_vmbus_irq(void (*handler)(void));
22void hv_remove_vmbus_irq(void);
bc2b0331 23
2517281d
VK
24void hv_setup_kexec_handler(void (*handler)(void));
25void hv_remove_kexec_handler(void);
b4370df2
VK
26void hv_setup_crash_handler(void (*handler)(struct pt_regs *regs));
27void hv_remove_crash_handler(void);
a2a47c6c 28#endif
This page took 0.385421 seconds and 5 git commands to generate.