arm: Kirkwood: Correct header define
[oweals/u-boot.git] / include / pci.h
index d0594e316c93bd6d032fca15331c4abf82d1c579..aaa455434451de8b78a73f56e444656c5d7c90ff 100644 (file)
@@ -535,6 +535,8 @@ extern int pci_hose_config_device(struct pci_controller *hose,
                                  pci_addr_t mem,
                                  unsigned long command);
 
+int pci_last_busno(void);
+
 #ifdef CONFIG_MPC824X
 extern void pci_mpc824x_init (struct pci_controller *hose);
 #endif