文件操作 - mmp-pdma.h
返回文件管理
返回主菜单
删除本文件
文件: /usr/src/kernels/4.18.0-553.124.4.el8_10.x86_64/include/linux/dma/mmp-pdma.h
编辑文件内容
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _MMP_PDMA_H_ #define _MMP_PDMA_H_ struct dma_chan; #ifdef CONFIG_MMP_PDMA bool mmp_pdma_filter_fn(struct dma_chan *chan, void *param); #else static inline bool mmp_pdma_filter_fn(struct dma_chan *chan, void *param) { return false; } #endif #endif /* _MMP_PDMA_H_ */
修改文件时间
将文件时间修改为当前时间的前一年
删除文件