blob: d5a6c836230122aeb1c99e6350480c84626faceb [file] [log] [blame]
Tony Lindgrenbf027ca2012-10-29 13:54:06 -07001#include <plat/sram.h>
2
3extern void omap_sram_reprogram_clock(u32 dpllctl, u32 ckctl);
4
5/* Do not use these */
6extern void omap1_sram_reprogram_clock(u32 ckctl, u32 dpllctl);
7extern unsigned long omap1_sram_reprogram_clock_sz;