sram.h 266 B

123456789
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #include <plat/sram.h>
  3. extern void omap_sram_reprogram_clock(u32 dpllctl, u32 ckctl);
  4. /* Do not use these */
  5. extern void omap1_sram_reprogram_clock(u32 ckctl, u32 dpllctl);
  6. extern unsigned long omap1_sram_reprogram_clock_sz;