diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2008-07-05 04:02:48 -0400 |
---|---|---|
committer | Robert Schwebel <r.schwebel@pengutronix.de> | 2008-07-05 04:02:48 -0400 |
commit | df1bf4bdb2a3a26d4bde8ae1aefc16385dd4898f (patch) | |
tree | f77c0da2248551d6635fa35b84516e881fb3417e /include/asm-arm/arch-mxc/common.h | |
parent | c0db2ea4e366c94dd3f880928c02534156e3d1b9 (diff) |
i.MX3: introduce clock API
This patch introduces the clock API for for arch-mxc
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/asm-arm/arch-mxc/common.h')
-rw-r--r-- | include/asm-arm/arch-mxc/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/arch-mxc/common.h b/include/asm-arm/arch-mxc/common.h index 23b4350edbd6..c6d4aa360635 100644 --- a/include/asm-arm/arch-mxc/common.h +++ b/include/asm-arm/arch-mxc/common.h | |||
@@ -16,5 +16,6 @@ struct sys_timer; | |||
16 | extern void mxc_map_io(void); | 16 | extern void mxc_map_io(void); |
17 | extern void mxc_init_irq(void); | 17 | extern void mxc_init_irq(void); |
18 | extern struct sys_timer mxc_timer; | 18 | extern struct sys_timer mxc_timer; |
19 | extern int mxc_clocks_init(unsigned long fref); | ||
19 | 20 | ||
20 | #endif | 21 | #endif |