X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fpci.h;h=c8ef997d0de91ce0a9be21df5ece3e6d704c2c92;hb=0d7f1ae0fe6c0d9af2c0208aab4843ec3fdfaf52;hp=d3c955eb8019c1996ea8caa3f41be9ffdf5fa83e;hpb=814013253fd4cf932d0fb32f7043f09a2a748d9a;p=u-boot diff --git a/include/pci.h b/include/pci.h index d3c955eb80..c8ef997d0d 100644 --- a/include/pci.h +++ b/include/pci.h @@ -754,6 +754,10 @@ int pci_last_busno(void); extern void pci_mpc85xx_init (struct pci_controller *hose); #endif +#ifdef CONFIG_PCIE_IMX +extern void imx_pcie_remove(void); +#endif + #if !defined(CONFIG_DM_PCI) || defined(CONFIG_DM_PCI_COMPAT) /** * pci_write_bar32() - Write the address of a BAR including control bits