build fix: add missing prototype
This commit is contained in:
parent
9e26ff7373
commit
785a84e999
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: pci_machdep.h,v 1.9 2008/04/16 18:41:48 cegger Exp $ */
|
||||
/* $NetBSD: pci_machdep.h,v 1.10 2008/05/30 16:22:51 cegger Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2006 Manuel Bouyer.
|
||||
|
@ -127,6 +127,9 @@ void pci_intr_disestablish(pci_chipset_tag_t, void *);
|
|||
int xen_pci_enumerate_bus(struct pci_softc *, const int *,
|
||||
int (*)(struct pci_attach_args *), struct pci_attach_args *);
|
||||
|
||||
/* Extract Bus Number for a host bridge or -1 if unknown. */
|
||||
int pchb_get_bus_number(pci_chipset_tag_t, pcitag_t);
|
||||
|
||||
/*
|
||||
* Section 6.2.4, `Miscellaneous Functions' of the PCI Specification,
|
||||
* says that 255 means `unknown' or `no connection' to the interrupt
|
||||
|
|
Loading…
Reference in New Issue