patch-2.4.22 linux-2.4.22/include/asm-i386/pci.h

Next file: linux-2.4.22/include/asm-i386/pgalloc.h
Previous file: linux-2.4.22/include/asm-i386/msr.h
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/include/asm-i386/pci.h linux-2.4.22/include/asm-i386/pci.h
@@ -19,6 +19,11 @@
 #define PCIBIOS_MIN_IO		0x1000
 #define PCIBIOS_MIN_MEM		(pci_mem_start)
 
+void pcibios_config_init(void);
+struct pci_bus * pcibios_scan_root(int bus);
+extern int (*pci_config_read)(int seg, int bus, int dev, int fn, int reg, int len, u32 *value);
+extern int (*pci_config_write)(int seg, int bus, int dev, int fn, int reg, int len, u32 value);
+
 void pcibios_set_master(struct pci_dev *dev);
 void pcibios_penalize_isa_irq(int irq);
 struct irq_routing_table *pcibios_get_irq_routing_table(void);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)