]> git.sur5r.net Git - u-boot/blobdiff - include/pci.h
Merge branch 'mpc8641'
[u-boot] / include / pci.h
index e0e8783a7aa1f85b41aa1d9866aa994dc5dac9c4..7c9a0e344100ecd31aacbde47281c3aaea36b32a 100644 (file)
@@ -501,4 +501,7 @@ extern int pci_hose_config_device(struct pci_controller *hose,
 extern void pci_mpc824x_init (struct pci_controller *hose);
 #endif
 
+#ifdef CONFIG_MPC85xx
+extern void pci_mpc85xx_init (struct pci_controller *hose);
+#endif
 #endif /* _PCI_H */