diff options
Diffstat (limited to 'include/pci.h')
| -rw-r--r-- | include/pci.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/pci.h b/include/pci.h index 15f583f06..f9c514825 100644 --- a/include/pci.h +++ b/include/pci.h @@ -569,7 +569,9 @@ extern __inline__ void pci_set_ops(struct pci_controller *hose,  	hose->write_dword = write_dword;  } +#ifdef CONFIG_PCI_INDIRECT_BRIDGE  extern void pci_setup_indirect(struct pci_controller* hose, u32 cfg_addr, u32 cfg_data); +#endif  extern phys_addr_t pci_hose_bus_to_phys(struct pci_controller* hose,  					pci_addr_t addr, unsigned long flags); |