xref: /linux/arch/arm/mach-omap1/sram.h (revision 6a02124c87f0b61dcaaeb65e7fd406d8afb40fd4)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 
3 extern void omap_sram_reprogram_clock(u32 dpllctl, u32 ckctl);
4 
5 int omap1_sram_init(void);
6 void *omap_sram_push(void *funcp, unsigned long size);
7 
8 /* Do not use these */
9 extern void omap1_sram_reprogram_clock(u32 ckctl, u32 dpllctl);
10 extern unsigned long omap1_sram_reprogram_clock_sz;
11