1 /* SPDX-License-Identifier: GPL-2.0 */
2 int omap_sram_init(void);
4 void omap_map_sram(unsigned long start
, unsigned long size
,
5 unsigned long skip
, int cached
);
6 void omap_sram_reset(void);
8 extern void *omap_sram_push(void *funcp
, unsigned long size
);