文件操作 - device.h
返回文件管理
返回主菜单
删除本文件
文件: /usr/src/linux-headers-5.15.0-113/arch/sh/include/asm/device.h
编辑文件内容
/* SPDX-License-Identifier: GPL-2.0 * * Arch specific extensions to struct device */ #ifndef __ASM_SH_DEVICE_H #define __ASM_SH_DEVICE_H #include <asm-generic/device.h> struct platform_device; /* allocate contiguous memory chunk and fill in struct resource */ int platform_resource_setup_memory(struct platform_device *pdev, char *name, unsigned long memsize); void plat_early_device_setup(void); #endif /* __ASM_SH_DEVICE_H */
修改文件时间
将文件时间修改为当前时间的前一年
删除文件