/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __QCOM_CLK_HFPLL_H__ #define __QCOM_CLK_HFPLL_H__ #include <linux/clk-provider.h> #include <linux/spinlock.h> #include "clk-regmap.h" struct hfpll_data { … }; struct clk_hfpll { … }; #define to_clk_hfpll(_hw) … extern const struct clk_ops clk_ops_hfpll; #endif