summaryrefslogtreecommitdiff
path: root/hw/xfree86/os-support/bus/Pci.h
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2007-01-22 09:58:33 -0800
committerIan Romanick <idr@us.ibm.com>2007-01-22 09:58:33 -0800
commit637b19b3ee7345c2d449ce94ceabe998d817c02e (patch)
treea3e7320f16dd52f881251d979ec5af0b95ae55b9 /hw/xfree86/os-support/bus/Pci.h
parenta232e4ae938fa3a68f7614995676eda7929260db (diff)
Eliminate pciControlBridge, pciGetBridgeBuses, and pciGetBridgeResources.
Diffstat (limited to 'hw/xfree86/os-support/bus/Pci.h')
-rw-r--r--hw/xfree86/os-support/bus/Pci.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/hw/xfree86/os-support/bus/Pci.h b/hw/xfree86/os-support/bus/Pci.h
index 59ad6a1e8..9eb536d23 100644
--- a/hw/xfree86/os-support/bus/Pci.h
+++ b/hw/xfree86/os-support/bus/Pci.h
@@ -301,14 +301,6 @@ extern void XF86SCANPCI_WRAPPER(scanpciWrapperOpt flags);
*/
typedef struct pci_bus_funcs {
ADDRESS (*pciAddrBusToHost)(PCITAG, PciAddrType, ADDRESS);
- /*
- * The next three are optional. If NULL, the corresponding function is
- * to be performed generically.
- */
- CARD16 (*pciControlBridge)(int, CARD16, CARD16);
- void (*pciGetBridgeBuses)(int, int *, int *, int *);
- /* Use pointer's to avoid #include recursion */
- void (*pciGetBridgeResources)(int, pointer *, pointer *, pointer *);
} pciBusFuncs_t, *pciBusFuncs_p;
/*