diff options
author | Adam Jackson <ajax@redhat.com> | 2008-08-18 14:26:01 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-08-18 14:26:01 -0400 |
commit | 9a39b6cfbda306eb594e87ce828afa01cd7aa01e (patch) | |
tree | ff357538bb4589d5e24a3c188b3f3a7e4435cb46 /hw | |
parent | 470b05a610e641094d46742393684acd786d78a8 (diff) |
Remove XF86SCANPCI_WRAPPER.
Diffstat (limited to 'hw')
-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 c01bdc542..26ba9476a 100644 --- a/hw/xfree86/os-support/bus/Pci.h +++ b/hw/xfree86/os-support/bus/Pci.h @@ -215,14 +215,6 @@ extern void ARCH_PCI_INIT(void); -#if defined(XF86SCANPCI_WRAPPER) -typedef enum { - SCANPCI_INIT, - SCANPCI_TERM -} scanpciWrapperOpt; -extern void XF86SCANPCI_WRAPPER(scanpciWrapperOpt flags); -#endif - /* * Table of functions used to access a specific PCI bus domain * (e.g. a primary PCI bus and all of its secondaries) |