]> git.sur5r.net Git - u-boot/blobdiff - include/common.h
ppc4xx: Add basic support for AMCC 460EX/460GT (4/5)
[u-boot] / include / common.h
index cd8aad090c7c80a0f548c1ad691aa04173662a88..673afdd150b46bfda8802bf185bb93f35ff19312 100644 (file)
@@ -273,7 +273,9 @@ void        pciinfo       (int, int);
        void    pci_master_init      (struct pci_controller *);
 #   endif
     int            is_pci_host         (struct pci_controller *);
-#if defined(CONFIG_440SPE) || defined(CONFIG_405EX)
+#if defined(CONFIG_440SPE) || \
+    defined(CONFIG_460EX) || defined(CONFIG_460GT) || \
+    defined(CONFIG_405EX)
    void pcie_setup_hoses(int busno);
 #endif
 #endif