pci_diag_lib.h
来自「windrive开发的pci9054的驱动程序。」· C头文件 代码 · 共 40 行
H
40 行
////////////////////////////////////////////////////////////////
// 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 + =
减小字号Ctrl + -
显示快捷键?