]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/plat-omap/include/mach/clock.h
[ARM] OMAP2: Implement CPUfreq frequency table based on PRCM table
[linux-2.6-omap-h63xx.git] / arch / arm / plat-omap / include / mach / clock.h
index 6f49a3332890ea6319928fde3e22a1e550960f24..681c65105e2558c77a172a188d671ce3794ea08e 100644 (file)
@@ -121,6 +121,9 @@ extern void recalculate_root_clocks(void);
 extern void followparent_recalc(struct clk *clk);
 extern int clk_get_usecount(struct clk *clk);
 extern void clk_enable_init_clocks(void);
+#ifdef CONFIG_CPU_FREQ
+extern void clk_init_cpufreq_table(struct cpufreq_frequency_table **table);
+#endif
 
 extern const struct clkops clkops_null;