📄 serial_local.h
字号:
/* * 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -