1 /* SPDX-License-Identifier: GPL-2.0 */
3 #ifndef __QCOM_CLK_KRAIT_H
4 #define __QCOM_CLK_KRAIT_H
6 #include <linux/clk-provider.h>
9 unsigned int *parent_map
;
20 struct notifier_block clk_nb
;
23 #define to_krait_mux_clk(_hw) container_of(_hw, struct krait_mux_clk, hw)
25 extern const struct clk_ops krait_mux_clk_ops
;
27 struct krait_div2_clk
{
36 #define to_krait_div2_clk(_hw) container_of(_hw, struct krait_div2_clk, hw)
38 extern const struct clk_ops krait_div2_clk_ops
;