root/arch/arm/plat-omap/include/plat/sram.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   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);

/* [<][>][^][v][top][bottom][index][help] */