diff options
Diffstat (limited to 'sys/pci/pcivar.h')
-rw-r--r-- | sys/pci/pcivar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pci/pcivar.h b/sys/pci/pcivar.h index 725d38f..b767616 100644 --- a/sys/pci/pcivar.h +++ b/sys/pci/pcivar.h @@ -150,6 +150,7 @@ struct pci_devinfo { const char *pci_ata_match(struct device *dev); const char *pci_usb_match(struct device *dev); const char *pci_vga_match(struct device *dev); +const char *pci_chip_match(struct device *dev); /* low level PCI config register functions provided by pcibus.c */ |