home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / windr440.zip / windrive.zip / WinDriver / samples / shared / pci_diag_lib.h < prev    next >
C/C++ Source or Header  |  2000-03-30  |  353b  |  19 lines

  1. #ifndef _PCI_DIAG_LIB_H_
  2. #define _PCI_DIAG_LIB_H_
  3.  
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7.  
  8. BOOL PCI_Get_WD_handle(HANDLE *phWD);
  9. void PCI_Print_card_info(WD_PCI_SLOT pciSlot);
  10. void PCI_Print_all_cards_info();
  11. void PCI_EditConfigReg(WD_PCI_SLOT pciSlot);
  12. BOOL PCI_ChooseCard(WD_PCI_SLOT *ppciSlot);
  13.  
  14. #ifdef __cplusplus
  15. }
  16. #endif
  17.  
  18. #endif
  19.