文件操作 - tc6387xb.h
返回文件管理
返回主菜单
删除本文件
文件: /usr/src/linux-headers-5.15.0-186/include/linux/mfd/tc6387xb.h
编辑文件内容
/* * This file contains the definitions for the TC6387XB * * (C) Copyright 2005 Ian Molton <spyro@f2s.com> * * May be copied or modified under the terms of the GNU General Public * License. See linux/COPYING for more information. * */ #ifndef MFD_TC6387XB_H #define MFD_TC6387XB_H struct tc6387xb_platform_data { int (*enable)(struct platform_device *dev); int (*disable)(struct platform_device *dev); int (*suspend)(struct platform_device *dev); int (*resume)(struct platform_device *dev); }; #endif
修改文件时间
将文件时间修改为当前时间的前一年
删除文件