diff options
author | Ian Romanick <idr@us.ibm.com> | 2007-01-22 09:58:33 -0800 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2007-01-22 09:58:33 -0800 |
commit | 637b19b3ee7345c2d449ce94ceabe998d817c02e (patch) | |
tree | a3e7320f16dd52f881251d979ec5af0b95ae55b9 /hw/xfree86/os-support/bus/Pci.h | |
parent | a232e4ae938fa3a68f7614995676eda7929260db (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.h | 8 |
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; /* |