xref: /linux/arch/x86/include/asm/kvmclock.h (revision c1aac62f36c1e37ee81c9e09ee9ee733eef05dcb)
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