summaryrefslogtreecommitdiffstats
path: root/sys/alpha/pci/pcibus.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/pci/pcibus.h')
-rw-r--r--sys/alpha/pci/pcibus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/alpha/pci/pcibus.h b/sys/alpha/pci/pcibus.h
index 27c5ffa..aa3e105 100644
--- a/sys/alpha/pci/pcibus.h
+++ b/sys/alpha/pci/pcibus.h
@@ -37,3 +37,5 @@ int pci_deactivate_resource(device_t bus, device_t child, int type, int rid,
struct resource *r);
int pci_release_resource(device_t bus, device_t child, int type, int rid,
struct resource *r);
+struct alpha_busspace *pci_get_bustag(device_t dev, int type);
+struct rman *pci_get_rman(device_t dev, int type);
OpenPOWER on IntegriCloud