summaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-db8500/clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-arm/arch-db8500/clock.h')
-rw-r--r--include/asm-arm/arch-db8500/clock.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-arm/arch-db8500/clock.h b/include/asm-arm/arch-db8500/clock.h
index b82dfb86d..76d35eb86 100644
--- a/include/asm-arm/arch-db8500/clock.h
+++ b/include/asm-arm/arch-db8500/clock.h
@@ -73,4 +73,7 @@ void db8500_clocks_init(void);
/* Legacy function to allow drivers to enable their clock */
void u8500_clock_enable(int periph, int cluster, int kern);
+/* Function to get the clock speed of ARM cpu */
+u32 db8500_clock_cpu_khz(void);
+
#endif /* __ASM_ARCH_CLOCK */