PCI: Add pci_probe_reset_slot() and pci_probe_reset_bus()
authorAlex Williamson <alex.williamson@redhat.com>
Wed, 14 Aug 2013 20:06:05 +0000 (14:06 -0600)
committerBjorn Helgaas <bhelgaas@google.com>
Thu, 15 Aug 2013 17:38:45 +0000 (11:38 -0600)
Users of pci_reset_bus() and pci_reset_slot() need a way to probe
whether the bus or slot supports reset.  Add trivial helper functions
and export them as vfio-pci will make use of these.

Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

No differences found