文件操作 - w1-gpio.h
返回文件管理
返回主菜单
删除本文件
文件: /usr/src/linux-headers-5.15.0-186/include/linux/w1-gpio.h
编辑文件内容
/* SPDX-License-Identifier: GPL-2.0-only */ /* * w1-gpio interface to platform code * * Copyright (C) 2007 Ville Syrjala <syrjala@sci.fi> */ #ifndef _LINUX_W1_GPIO_H #define _LINUX_W1_GPIO_H struct gpio_desc; /** * struct w1_gpio_platform_data - Platform-dependent data for w1-gpio */ struct w1_gpio_platform_data { struct gpio_desc *gpiod; struct gpio_desc *pullup_gpiod; void (*enable_external_pullup)(int enable); unsigned int pullup_duration; }; #endif /* _LINUX_W1_GPIO_H */
修改文件时间
将文件时间修改为当前时间的前一年
删除文件