mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-09 11:43:39 +00:00
To be used by KVM PTP driver. Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
7 lines
131 B
C
7 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 */
|