clk: qcom: Support display RCG clocks
[firefly-linux-kernel-4.4.55.git] / drivers / clk / qcom / clk-rcg.h
index 1d6b6dece32895049c3eeddbb1fa4a3ea0e010a6..b9ec11dfd1b4705edf529502e20376254314c017 100644 (file)
@@ -155,5 +155,8 @@ struct clk_rcg2 {
 #define to_clk_rcg2(_hw) container_of(to_clk_regmap(_hw), struct clk_rcg2, clkr)
 
 extern const struct clk_ops clk_rcg2_ops;
+extern const struct clk_ops clk_edp_pixel_ops;
+extern const struct clk_ops clk_byte_ops;
+extern const struct clk_ops clk_pixel_ops;
 
 #endif