summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/4xx_pci.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/include/asm/4xx_pci.h')
-rw-r--r--arch/powerpc/include/asm/4xx_pci.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/4xx_pci.h b/arch/powerpc/include/asm/4xx_pci.h
index f686e7cb07b..276a78077df 100644
--- a/arch/powerpc/include/asm/4xx_pci.h
+++ b/arch/powerpc/include/asm/4xx_pci.h
@@ -56,5 +56,7 @@ int pci_arbiter_enabled(void);
int __pci_pre_init(struct pci_controller *hose);
void __pci_target_init(struct pci_controller *hose);
void __pci_master_init(struct pci_controller *hose);
+void pci_target_init(struct pci_controller *);
+void pcie_setup_hoses(int busno);
#endif