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

📄 pci_diag_lib.h

📁 windrive开发的pci9054的驱动程序。
💻 H
字号:
////////////////////////////////////////////////////////////////
// File - pci_diag_lib.h
//
// Copyright (c) 2003 Jungo Ltd.  http://www.jungo.com
//
////////////////////////////////////////////////////////////////

#ifndef _PCI_DIAG_LIB_H_
#define _PCI_DIAG_LIB_H_

#ifdef __cplusplus
extern "C" {
#endif

// Function: PCI_Get_WD_handle()
//   Get handle to WinDriver
BOOL PCI_Get_WD_handle(HANDLE *phWD);

// Function: PCI_Print_card_info()
//   Print the PCI devices attached
void PCI_Print_card_info(WD_PCI_SLOT pciSlot);

// Function: PCI_Print_all_cards_info()
//   Print all the PCI devices in the system
void PCI_Print_all_cards_info();

// Function: PCI_EditConfigReg()
//   Edit PCI configuration registers
void PCI_EditConfigReg(WD_PCI_SLOT pciSlot);

// Function: PCI_ChooseCard()
//   Choose PCI card to work with
BOOL PCI_ChooseCard(WD_PCI_SLOT *ppciSlot);

#ifdef __cplusplus
}
#endif

#endif

⌨️ 快捷键说明

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