serial_local.h
来自「Serial 驱动程序」· C头文件 代码 · 共 22 行
H
22 行
/* * This is a local header where we stuff things when we're compiling * standalone (i.e., outside of the kernel). */#ifdef ENABLE_SERIAL_PCI#include <linux/pci.h>#endif#include "serial.h"#include "serialP.h"#include "serial_reg.h"#ifdef __powerpc#include "ppc_serial.h"#endif#ifdef __i386__#include "i386_serial.h"#endif#define LOCAL_VERSTRING ".SA" /* This is a stand-alone distribution */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?