drm/nouveau: consume the return of large GSP message
[drm/drm-misc.git] / arch / arm / mach-omap1 / sram.h
blobf45e6dd6d7e5653cac4e46535a628882dd4f5799
1 /* SPDX-License-Identifier: GPL-2.0 */
3 extern void omap_sram_reprogram_clock(u32 dpllctl, u32 ckctl);
5 int omap1_sram_init(void);
6 void *omap_sram_push(void *funcp, unsigned long size);
8 /* Do not use these */
9 extern void omap1_sram_reprogram_clock(u32 ckctl, u32 dpllctl);
10 extern unsigned long omap1_sram_reprogram_clock_sz;