文件操作 - device.h
返回文件管理
返回主菜单
删除本文件
文件: /usr/src/linux-headers-5.15.0-113/arch/sparc/include/asm/device.h
编辑文件内容
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Arch specific extensions to struct device */ #ifndef _ASM_SPARC_DEVICE_H #define _ASM_SPARC_DEVICE_H #include <asm/openprom.h> struct device_node; struct platform_device; struct dev_archdata { void *iommu; void *stc; void *host_controller; struct platform_device *op; int numa_node; }; void of_propagate_archdata(struct platform_device *bus); struct pdev_archdata { struct resource resource[PROMREG_MAX]; unsigned int irqs[PROMINTR_MAX]; int num_irqs; }; #endif /* _ASM_SPARC_DEVICE_H */
修改文件时间
将文件时间修改为当前时间的前一年
删除文件