pci.h

来自「此為philip 1362 USB DOS下的驅動程式包, 已經共測試並內含有說」· C头文件 代码 · 共 34 行

H
34
字号
/*
**  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 + =
减小字号Ctrl + -
显示快捷键?