xref: /linux/arch/x86/include/asm/kvmclock.h (revision 99a97a8ba9881fc47901ff36b057e5cd0bf06af0)
1 #ifndef _ASM_X86_KVM_CLOCK_H
2 #define _ASM_X86_KVM_CLOCK_H
3 
4 extern struct clocksource kvm_clock;
5 
6 #endif /* _ASM_X86_KVM_CLOCK_H */
7