]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/mpc5xxx.h
board/p1010rdb:Add NAND boot support using new SPL format
[people/ms/u-boot.git] / include / mpc5xxx.h
index 859d6961940361372afb1e370a329aa69b32665d..84d27c90edabfd5aa674c1836b64c16de9db351d 100644 (file)
@@ -898,8 +898,11 @@ struct mpc5xxx_xlb {
        volatile u32 snoop_window;      /* XLB + 0x70 */
 };
 
+struct pci_controller;
+
 /* function prototypes */
 void loadtask(int basetask, int tasks);
+void pci_mpc5xxx_init(struct pci_controller *);
 
 #endif /* __ASSEMBLY__ */