?? 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 + -