📄 pci.h
字号:
/*
** WASABI-Hot! version 1.0
**
** ** This code has been made to check/learn the 1362 functionalities **
** ** Release 03-Jul-2002 **
**
** This module has been written by Jason Ong
** ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
** OKANO, Akifumi
**
** Computing Segment, Semisonductors Div, Philips Japan Ltd.
** akifumi.okano@philips.com
** +81-3-3740-4668
*/
/****************************************************************************/
/* constants */
/****************************************************************************/
#define USHORT unsigned short
#define ULONG unsigned long
#define UCHAR unsigned char
/****************************************************************************/
/* function prototypes */
/****************************************************************************/
ULONG find_PCI_dev(ULONG classcode, ULONG *puBaseAddress, ULONG *puIntLevel);
void set_pci_bridge( void );
unsigned long puBaseAddress;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -