do_reset: unify duplicate prototypes
[oweals/u-boot.git] / include / pci.h
index 491f814e413fa451f81ae3b0fa04a42dd7f83c98..c4560060317afbabde345a096298c4f28fb13027 100644 (file)
@@ -536,6 +536,7 @@ extern int pci_hose_config_device(struct pci_controller *hose,
                                  pci_addr_t mem,
                                  unsigned long command);
 
+const char * pci_class_str(u8 class);
 int pci_last_busno(void);
 
 #ifdef CONFIG_MPC824X