summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-08-18 14:26:01 -0400
committerAdam Jackson <ajax@redhat.com>2008-08-18 14:26:01 -0400
commit9a39b6cfbda306eb594e87ce828afa01cd7aa01e (patch)
treeff357538bb4589d5e24a3c188b3f3a7e4435cb46
parent470b05a610e641094d46742393684acd786d78a8 (diff)
Remove XF86SCANPCI_WRAPPER.
-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 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)