summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.denx.de>2006-08-10 15:40:49 +0200
committerWolfgang Denk <wd@pollux.denx.de>2006-08-10 15:40:49 +0200
commitd10afb3916522801fb88c7ad9b6d82657be51567 (patch)
tree022912cb1def87dadf38015cbc298c76ba6ad6af /include/common.h
parenta3d9181e00cca80287d7243c4c1dcf981c2969d3 (diff)
parent692519b1edfd5803cd2a841921492889f46f0ce3 (diff)
downloadu-boot-imx-d10afb3916522801fb88c7ad9b6d82657be51567.zip
u-boot-imx-d10afb3916522801fb88c7ad9b6d82657be51567.tar.gz
u-boot-imx-d10afb3916522801fb88c7ad9b6d82657be51567.tar.bz2
Merge with /home/raj/git/u-boot
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index e4637ad..bd41ae1 100644
--- a/include/common.h
+++ b/include/common.h
@@ -245,6 +245,9 @@ void pciinfo (int, int);
void pci_master_init (struct pci_controller *);
# endif
int is_pci_host (struct pci_controller *);
+#if defined(CONFIG_440SPE)
+ void pcie_setup_hoses(void);
+#endif
#endif
int misc_init_f (void);
@@ -462,6 +465,7 @@ void get_sys_info ( sys_info_t * );
# if defined(CONFIG_440SPE)
unsigned long determine_sysper(void);
unsigned long determine_pci_clock_per(void);
+ int ppc440spe_revB(void);
# endif
# else
typedef PPC405_SYS_INFO sys_info_t;