|
@@ -16,13 +16,6 @@
|
|
|
|
|
|
#define PCIBIOS_MIN_CARDBUS_IO 0x4000
|
|
|
|
|
|
-void pcibios_config_init(void);
|
|
|
-struct pci_bus * pcibios_scan_root(int bus);
|
|
|
-
|
|
|
-void pcibios_set_master(struct pci_dev *dev);
|
|
|
-struct irq_routing_table *pcibios_get_irq_routing_table(void);
|
|
|
-int pcibios_set_irq_routing(struct pci_dev *dev, int pin, int irq);
|
|
|
-
|
|
|
/* Dynamic DMA mapping stuff.
|
|
|
* i386 has everything mapped statically.
|
|
|
*/
|
|
@@ -33,8 +26,6 @@ int pcibios_set_irq_routing(struct pci_dev *dev, int pin, int irq);
|
|
|
#include <linux/string.h>
|
|
|
#include <asm/io.h>
|
|
|
|
|
|
-struct pci_dev;
|
|
|
-
|
|
|
/* The PCI address space does equal the physical memory
|
|
|
* address space. The networking and block device layers use
|
|
|
* this boolean for bounce buffer decisions.
|