Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Tony Lindgren | bf027ca | 2012-10-29 13:54:06 -0700 | [diff] [blame] | 2 | int omap_sram_init(void); |
3 | |||||
Tony Lindgren | d8cfd6c | 2012-10-29 14:36:25 -0700 | [diff] [blame] | 4 | void omap_map_sram(unsigned long start, unsigned long size, |
5 | unsigned long skip, int cached); | ||||
6 | void omap_sram_reset(void); | ||||
7 | |||||
Tony Lindgren | eb85a35 | 2018-03-21 08:16:29 -0700 | [diff] [blame] | 8 | extern void *omap_sram_push(void *funcp, unsigned long size); |