📄 pci.h
字号:
/* OIO!!! I just have PCI!!! */
#ifndef __PCI__
#define __PCI__
#include <hartik.h>
#include <pci.h>
#include <../../pci/linuxpci.h>
#include <linux/compatib.h>
#if 0
#define PCI_COMMAND 0x04 /* 16 bits */
#define PCI_COMMAND_MASTER 0x4 /* Enable bus mastering */
#define PCI_LATENCY_TIMER 0x0d /* 8 bits */
#define PCI_BASE_ADDRESS_0 0x10 /* 32 bits */
#define PCI_INTERRUPT_LINE 0x3c /* 8 bits */
#endif
#endif /* PCI_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -