文件操作 - ptp_kvm.h
返回文件管理
返回主菜单
删除本文件
文件: /usr/src/linux-headers-5.15.0-186/include/linux/ptp_kvm.h
编辑文件内容
/* SPDX-License-Identifier: GPL-2.0-or-later */ /* * Virtual PTP 1588 clock for use with KVM guests * * Copyright (C) 2017 Red Hat Inc. */ #ifndef _PTP_KVM_H_ #define _PTP_KVM_H_ struct timespec64; struct clocksource; int kvm_arch_ptp_init(void); void kvm_arch_ptp_exit(void); int kvm_arch_ptp_get_clock(struct timespec64 *ts); int kvm_arch_ptp_get_crosststamp(u64 *cycle, struct timespec64 *tspec, struct clocksource **cs); #endif /* _PTP_KVM_H_ */
修改文件时间
将文件时间修改为当前时间的前一年
删除文件