projects
/
platform
/
kernel
/
linux-rpi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
ARM64: tizen_bcm2711_defconfig: Enable VIDEO_CODEC_BCM2835
[platform/kernel/linux-rpi.git]
/
arch
/
arm
/
mach-omap1
/
sram.h
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#include <plat/sram.h>
3
4
extern void omap_sram_reprogram_clock(u32 dpllctl, u32 ckctl);
5
6
/* Do not use these */
7
extern void omap1_sram_reprogram_clock(u32 ckctl, u32 dpllctl);
8
extern unsigned long omap1_sram_reprogram_clock_sz;