ioport.h
来自「rtlinux-3.2源码」· C头文件 代码 · 共 20 行
H
20 行
// linux/ioport.h compatibility header#ifndef _COMPAT_IOPORT_H#define _COMPAT_IOPORT_H#include <linux/version.h>#if LINUX_VERSION_CODE < KERNEL_VERSION(2,2,20)#define check_mem_region(start,n) 0#define request_mem_region(start,n,name) ((void*) 0)#define release_mem_region(start,n)#endif#include_next <linux/ioport.h>#endif // _COMPAT_IOPORT_H
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?