X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fpci.h;h=7c9a0e344100ecd31aacbde47281c3aaea36b32a;hb=d62f64cc23a940eafe712c776b3249e4160753d1;hp=e0e8783a7aa1f85b41aa1d9866aa994dc5dac9c4;hpb=5e4c24bcb39eaba70281c2a3d214327649503255;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 */