KVM: x86: Hyper-V tsc page setup
[cascardo/linux.git] / arch / x86 / kvm / hyperv.h
index 60eccd4..cd11195 100644 (file)
@@ -84,4 +84,7 @@ static inline bool kvm_hv_has_stimer_pending(struct kvm_vcpu *vcpu)
 
 void kvm_hv_process_stimers(struct kvm_vcpu *vcpu);
 
+void kvm_hv_setup_tsc_page(struct kvm *kvm,
+                          struct pvclock_vcpu_time_info *hv_clock);
+
 #endif