文件操作 - video-clcd-versatile.h
返回文件管理
返回主菜单
删除本文件
文件: /usr/src/kernels/4.18.0-553.125.1.el8_10.x86_64/include/linux/platform_data/video-clcd-versatile.h
编辑文件内容
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef PLAT_CLCD_H #define PLAT_CLCD_H #ifdef CONFIG_PLAT_VERSATILE_CLCD struct clcd_panel *versatile_clcd_get_panel(const char *); int versatile_clcd_setup_dma(struct clcd_fb *, unsigned long); int versatile_clcd_mmap_dma(struct clcd_fb *, struct vm_area_struct *); void versatile_clcd_remove_dma(struct clcd_fb *); #else static inline struct clcd_panel *versatile_clcd_get_panel(const char *s) { return NULL; } static inline int versatile_clcd_setup_dma(struct clcd_fb *fb, unsigned long framesize) { return -ENODEV; } static inline int versatile_clcd_mmap_dma(struct clcd_fb *fb, struct vm_area_struct *vm) { return -ENODEV; } static inline void versatile_clcd_remove_dma(struct clcd_fb *fb) { } #endif #endif
修改文件时间
将文件时间修改为当前时间的前一年
删除文件