diff options
Diffstat (limited to 'include/pci.h')
| -rw-r--r-- | include/pci.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/include/pci.h b/include/pci.h index 491f814e4..c45600603 100644 --- a/include/pci.h +++ b/include/pci.h @@ -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 |