文件操作 - serial.h
返回文件管理
返回主菜单
删除本文件
文件: /usr/src/linux-headers-5.15.0-113/arch/arc/include/asm/serial.h
编辑文件内容
/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2012 Synopsys, Inc. (www.synopsys.com) */ #ifndef _ASM_ARC_SERIAL_H #define _ASM_ARC_SERIAL_H /* * early 8250 (now earlycon) requires BASE_BAUD to be defined in this header. * However to still determine it dynamically (for multi-platform images) * we do this in a helper by parsing the FDT early */ extern unsigned int __init arc_early_base_baud(void); #define BASE_BAUD arc_early_base_baud() #endif /* _ASM_ARC_SERIAL_H */
修改文件时间
将文件时间修改为当前时间的前一年
删除文件