b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
2 | int omap_sram_init(void); | ||||
3 | |||||
4 | void omap_map_sram(unsigned long start, unsigned long size, | ||||
5 | unsigned long skip, int cached); | ||||
6 | void omap_sram_reset(void); | ||||
7 | |||||
8 | extern void *omap_sram_push(void *funcp, unsigned long size); |