Linux Audio

Check our new training course

Yocto distribution development and maintenance

Need a Yocto distribution for your embedded project?
Loading...
v6.13.7
 1/* SPDX-License-Identifier: GPL-2.0 */
 2
 3extern void omap_sram_reprogram_clock(u32 dpllctl, u32 ckctl);
 4
 5int omap1_sram_init(void);
 6void *omap_sram_push(void *funcp, unsigned long size);
 7
 8/* Do not use these */
 9extern void omap1_sram_reprogram_clock(u32 ckctl, u32 dpllctl);
10extern unsigned long omap1_sram_reprogram_clock_sz;
v6.9.4
 1/* SPDX-License-Identifier: GPL-2.0 */
 2
 3extern void omap_sram_reprogram_clock(u32 dpllctl, u32 ckctl);
 4
 5int omap1_sram_init(void);
 6void *omap_sram_push(void *funcp, unsigned long size);
 7
 8/* Do not use these */
 9extern void omap1_sram_reprogram_clock(u32 ckctl, u32 dpllctl);
10extern unsigned long omap1_sram_reprogram_clock_sz;