sram.h 227 B

12345678
  1. #include <plat/sram.h>
  2. extern void omap_sram_reprogram_clock(u32 dpllctl, u32 ckctl);
  3. /* Do not use these */
  4. extern void omap1_sram_reprogram_clock(u32 ckctl, u32 dpllctl);
  5. extern unsigned long omap1_sram_reprogram_clock_sz;