#ifndef __DRV_CLK_MT6735_PLL_H #define __DRV_CLK_MT6735_PLL_H /* * This is a private header file. DO NOT include it except clk-*.c. */ extern const struct clk_ops mt_clk_sdm_pll_ops; extern const struct clk_ops mt_clk_arm_pll_ops; extern const struct clk_ops mt_clk_mm_pll_ops; extern const struct clk_ops mt_clk_univ_pll_ops; extern const struct clk_ops mt_clk_aud_pll_ops; #endif /* __DRV_CLK_MT6735_PLL_H */