aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/mshyperv.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm/mshyperv.h')
-rw-r--r--arch/x86/include/asm/mshyperv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/include/asm/mshyperv.h b/arch/x86/include/asm/mshyperv.h
index 56407c6d2397..7c9c895432a9 100644
--- a/arch/x86/include/asm/mshyperv.h
+++ b/arch/x86/include/asm/mshyperv.h
@@ -3,6 +3,7 @@
3 3
4#include <linux/types.h> 4#include <linux/types.h>
5#include <linux/interrupt.h> 5#include <linux/interrupt.h>
6#include <linux/clocksource.h>
6#include <asm/hyperv.h> 7#include <asm/hyperv.h>
7 8
8/* 9/*
@@ -168,6 +169,8 @@ void hv_setup_crash_handler(void (*handler)(struct pt_regs *regs));
168void hv_remove_crash_handler(void); 169void hv_remove_crash_handler(void);
169 170
170#if IS_ENABLED(CONFIG_HYPERV) 171#if IS_ENABLED(CONFIG_HYPERV)
172extern struct clocksource *hyperv_cs;
173
171void hyperv_init(void); 174void hyperv_init(void);
172void hyperv_report_panic(struct pt_regs *regs); 175void hyperv_report_panic(struct pt_regs *regs);
173bool hv_is_hypercall_page_setup(void); 176bool hv_is_hypercall_page_setup(void);