blob: 30a07730807a86b2f5440702d17094b2f6a4bb26 [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Tony Lindgrenbf027ca2012-10-29 13:54:06 -07002int omap_sram_init(void);
3
Tony Lindgrend8cfd6c2012-10-29 14:36:25 -07004void omap_map_sram(unsigned long start, unsigned long size,
5 unsigned long skip, int cached);
6void omap_sram_reset(void);
7
Tony Lindgreneb85a352018-03-21 08:16:29 -07008extern void *omap_sram_push(void *funcp, unsigned long size);