summaryrefslogtreecommitdiff
path: root/include/ppc4xx.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2009-10-24 22:25:08 +0200
committerWolfgang Denk <wd@denx.de>2009-10-24 22:25:08 +0200
commit4ee63268152594bb7af6bec2b59d53bba68082bf (patch)
tree9232060ebf7ec2aff40f007cbf099e9a58a8a96a /include/ppc4xx.h
parent62506ae1401c69f208b6aed1111ac57d820c06a0 (diff)
parentcfc25874624a328f53ad59b1206e2103f2e62d74 (diff)
downloadu-boot-imx-4ee63268152594bb7af6bec2b59d53bba68082bf.zip
u-boot-imx-4ee63268152594bb7af6bec2b59d53bba68082bf.tar.gz
u-boot-imx-4ee63268152594bb7af6bec2b59d53bba68082bf.tar.bz2
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
Diffstat (limited to 'include/ppc4xx.h')
-rw-r--r--include/ppc4xx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ppc4xx.h b/include/ppc4xx.h
index 3bff00a..5024db4 100644
--- a/include/ppc4xx.h
+++ b/include/ppc4xx.h
@@ -221,6 +221,8 @@ static inline void set_mcsr(u32 val)
asm volatile("mtspr 0x23c, %0" : "=r" (val) :);
}
+int ppc4xx_pci_sync_clock_config(u32 async);
+
#endif /* __ASSEMBLY__ */
/* for multi-cpu support */