*/ #ifndef _PTP_KVM_H_ #define _PTP_KVM_H_ struct timespec64; struct clocksource; int kvm_arch_ptp_init(void); int kvm_arch_ptp_get_clock(struct timespec64 *ts); int kvm_arch_ptp_get_crosststamp(u64 *cycle, struct timespec64 *tspec, struct clocksource **cs); ...
*/ #ifndef _PTP_KVM_H_ #define _PTP_KVM_H_ struct timespec64; struct clocksource; int kvm_arch_ptp_init(void); int kvm_arch_ptp_get_clock(struct timespec64 *ts); int kvm_arch_ptp_get_crosststamp(u64 *cycle, struct timespec64 *tspec, struct clocksource **cs)...