X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fpci.h;h=7c9a0e344100ecd31aacbde47281c3aaea36b32a;hb=77a318545d57aefa844752465b94c7e09a3f26d0;hp=e0e8783a7aa1f85b41aa1d9866aa994dc5dac9c4;hpb=e862ed1c22a9aa79835fc4b5f57b4261196a7fac;p=u-boot diff --git a/include/pci.h b/include/pci.h index e0e8783a7a..7c9a0e3441 100644 --- a/include/pci.h +++ b/include/pci.h @@ -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 */