1
0

i.MX3: introduce clock API

This patch introduces the clock API for for arch-mxc

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer
2008-07-05 10:02:48 +02:00
committed by Robert Schwebel
parent c0db2ea4e3
commit df1bf4bdb2
4 changed files with 1550 additions and 1 deletions

View File

@@ -16,5 +16,6 @@ struct sys_timer;
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