summaryrefslogtreecommitdiff
path: root/lib/pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pci.h')
-rw-r--r--lib/pci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pci.h b/lib/pci.h
index 8b1d024..0c57fdd 100644
--- a/lib/pci.h
+++ b/lib/pci.h
@@ -198,7 +198,7 @@ struct pci_cap *pci_find_cap(struct pci_dev *, unsigned int id, unsigned int typ
struct pci_filter {
int domain, bus, slot, func; /* -1 = ANY */
- int vendor, device;
+ int vendor, device, class;
};
void pci_filter_init(struct pci_access *, struct pci_filter *) PCI_ABI;