commit | df1bf4bdb2a3a26d4bde8ae1aefc16385dd4898f | [log] [tgz] |
---|---|---|
author | Sascha Hauer <s.hauer@pengutronix.de> | Sat Jul 05 10:02:48 2008 +0200 |
committer | Robert Schwebel <r.schwebel@pengutronix.de> | Sat Jul 05 10:02:48 2008 +0200 |
tree | f77c0da2248551d6635fa35b84516e881fb3417e | |
parent | c0db2ea4e366c94dd3f880928c02534156e3d1b9 [diff] [blame] |
i.MX3: introduce clock API This patch introduces the clock API for for arch-mxc Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
diff --git a/include/asm-arm/arch-mxc/common.h b/include/asm-arm/arch-mxc/common.h index 23b4350..c6d4aa3 100644 --- a/include/asm-arm/arch-mxc/common.h +++ b/include/asm-arm/arch-mxc/common.h
@@ -16,5 +16,6 @@ extern void mxc_map_io(void); extern void mxc_init_irq(void); extern struct sys_timer mxc_timer; +extern int mxc_clocks_init(unsigned long fref); #endif