diff options
| author | Greg Kroah-Hartman <greg@kroah.com> | 2003-06-04 22:04:02 -0700 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2003-06-04 22:04:02 -0700 |
| commit | f9cfcb03637a0ef8096bde4bb00714c29b010efa (patch) | |
| tree | 5537adc527810d90e8b95065f3b7f5a7f54f396d /include/linux | |
| parent | bf77023b9ec7340953c0fca55b98d003f86162aa (diff) | |
[PATCH] PCI: add pci_find_device_reverse() for users of pci_find_each_dev_reverse() to use
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/pci.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci.h b/include/linux/pci.h index 91147b46abeb..234d37275347 100644 --- a/include/linux/pci.h +++ b/include/linux/pci.h @@ -564,6 +564,7 @@ extern void pci_remove_bus_device(struct pci_dev *dev); /* Generic PCI functions exported to card drivers */ struct pci_dev *pci_find_device (unsigned int vendor, unsigned int device, const struct pci_dev *from); +struct pci_dev *pci_find_device_reverse (unsigned int vendor, unsigned int device, const struct pci_dev *from); struct pci_dev *pci_find_subsys (unsigned int vendor, unsigned int device, unsigned int ss_vendor, unsigned int ss_device, const struct pci_dev *from); |
