GNU Linux-libre 4.14.290-gnu1
[releases.git] / arch / arm / plat-omap / include / plat / sram.h
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);