Remove XF86SCANPCI_WRAPPER.
This commit is contained in:
parent
470b05a610
commit
9a39b6cfbd
|
@ -215,14 +215,6 @@
|
||||||
|
|
||||||
extern void ARCH_PCI_INIT(void);
|
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
|
* Table of functions used to access a specific PCI bus domain
|
||||||
* (e.g. a primary PCI bus and all of its secondaries)
|
* (e.g. a primary PCI bus and all of its secondaries)
|
||||||
|
|
Loading…
Reference in New Issue