diff options
author | Wolfgang Denk <wd@denx.de> | 2009-02-24 22:52:16 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-02-24 22:52:16 +0100 |
commit | 89e372cd3d520ed20fab543f2cbba2dbb9490cf8 (patch) | |
tree | 38ae9f69a9e091ace6ae531cd71830662eccc2e6 /include/pci.h | |
parent | bd76729bcbfd64b5d016a9b936f058931fc06eaf (diff) | |
parent | 7e91558032a0c1932dd7f4f562f9c7cc55efc496 (diff) | |
download | u-boot-imx-89e372cd3d520ed20fab543f2cbba2dbb9490cf8.zip u-boot-imx-89e372cd3d520ed20fab543f2cbba2dbb9490cf8.tar.gz u-boot-imx-89e372cd3d520ed20fab543f2cbba2dbb9490cf8.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx
Diffstat (limited to 'include/pci.h')
-rw-r--r-- | include/pci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/pci.h b/include/pci.h index d0594e3..aaa4554 100644 --- a/include/pci.h +++ b/include/pci.h @@ -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 |