home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 August (Alt) / CHIP 2005-08.1.iso / program / guvenlik / syslinux-3.07.exe / com32 / lib / pci / pci.h < prev    next >
Encoding:
C/C++ Source or Header  |  2005-01-06  |  185 b   |  15 lines

  1. /*
  2.  * pci/pci.h
  3.  *
  4.  * Common internal header file
  5.  */
  6.  
  7. #ifndef PCI_PCI_H
  8.  
  9. #include <sys/pci.h>
  10. #include <sys/cpu.h>
  11.  
  12. extern enum pci_config_type __pci_cfg_type;
  13.  
  14. #endif /* PCI_PCI_H */
  15.