]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - arch/arm/include/asm/arch-rockchip/clock.h
clk: convert API to match reset/mailbox style
[karo-tx-uboot.git] / arch / arm / include / asm / arch-rockchip / clock.h
index 8a0376c501ed117c1b6759b8a46f784d023da649..317e5128ed2bc48342e163b120f81f05c87de9f7 100644 (file)
@@ -62,4 +62,9 @@ static inline u32 clk_get_divisor(ulong input_rate, uint output_rate)
  */
 void *rockchip_get_cru(void);
 
+struct rk3288_cru;
+struct rk3288_grf;
+
+void rkclk_configure_cpu(struct rk3288_cru *cru, struct rk3288_grf *grf);
+
 #endif