clk-mt6735-pll.h 416 B

1234567891011121314
  1. #ifndef __DRV_CLK_MT6735_PLL_H
  2. #define __DRV_CLK_MT6735_PLL_H
  3. /*
  4. * This is a private header file. DO NOT include it except clk-*.c.
  5. */
  6. extern const struct clk_ops mt_clk_sdm_pll_ops;
  7. extern const struct clk_ops mt_clk_arm_pll_ops;
  8. extern const struct clk_ops mt_clk_mm_pll_ops;
  9. extern const struct clk_ops mt_clk_univ_pll_ops;
  10. extern const struct clk_ops mt_clk_aud_pll_ops;
  11. #endif /* __DRV_CLK_MT6735_PLL_H */