diff options
Diffstat (limited to 'arch/arm/mach-omap1/sram.h')
-rw-r--r-- | arch/arm/mach-omap1/sram.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/sram.h b/arch/arm/mach-omap1/sram.h new file mode 100644 index 0000000000..f45e6dd6d7 --- /dev/null +++ b/arch/arm/mach-omap1/sram.h @@ -0,0 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0 */ + +extern void omap_sram_reprogram_clock(u32 dpllctl, u32 ckctl); + +int omap1_sram_init(void); +void *omap_sram_push(void *funcp, unsigned long size); + +/* Do not use these */ +extern void omap1_sram_reprogram_clock(u32 ckctl, u32 dpllctl); +extern unsigned long omap1_sram_reprogram_clock_sz; |