kvmclock: export kvmclock clocksource and data pointers

To be used by KVM PTP driver.

Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Marcelo Tosatti
2017-01-24 15:09:41 -02:00
committed by Paolo Bonzini
parent 80fbd89cbd
commit f4066c2bc4
2 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
#ifndef _ASM_X86_KVM_CLOCK_H
#define _ASM_X86_KVM_CLOCK_H
extern struct clocksource kvm_clock;
#endif /* _ASM_X86_KVM_CLOCK_H */