⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pciio.h

📁 arm_uclinux_tools用于安装linux的编译器
💻 H
字号:
#ifndef __PCIIO_H__#define __PCIIO_H__#include <asm/io.h>#undef outb#undef outw#undef outl#undef inb#undef inw#undef inl#define outb(v,p)           PCIIOWrite8(__io(p),v)#define outw(v,p)           PCIIOWrite16(__io(p),v)#define outl(v,p)           PCIIOWrite32(__io(p),v)#define inb(p)              PCIIORead8(__io(p))#define inw(p)              PCIIORead16(__io(p))#define inl(p)              PCIIORead32(__io(p))#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -