diff options
Diffstat (limited to 'include/pci.h')
| -rw-r--r-- | include/pci.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/pci.h b/include/pci.h index e5055b175..458be233e 100644 --- a/include/pci.h +++ b/include/pci.h @@ -462,6 +462,8 @@ int pciauto_config_device(struct pci_controller *hose, pci_dev_t dev);  extern pci_dev_t pci_find_device (unsigned int vendor, unsigned int device, int index);  extern pci_dev_t pci_find_devices (struct pci_device_id *ids, int index); +extern pci_dev_t pci_find_class(int wanted_class, int wanted_sub_code, +				int wanted_prog_if, int index);  extern int pci_hose_config_device(struct pci_controller *hose,  				  pci_dev_t dev, |