]> git.sur5r.net Git - u-boot/blobdiff - include/common.h
Merge branch 'new-image' of git://www.denx.de/git/u-boot-testing
[u-boot] / include / common.h
index 3351e2c0a6abd6551d4605a78974ad411db263d4..e03ead10bc4ced20b8bde16310b6dc3ac10e1c69 100644 (file)
@@ -270,7 +270,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