mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-08 00:23:23 -04:00
To be used by KVM PTP driver. Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
6 lines
131 B
C
6 lines
131 B
C
#ifndef _ASM_X86_KVM_CLOCK_H
|
|
#define _ASM_X86_KVM_CLOCK_H
|
|
|
|
extern struct clocksource kvm_clock;
|
|
|
|
#endif /* _ASM_X86_KVM_CLOCK_H */
|