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