blob: dc1e381b6a6cd6c7bfcbcf7d54698da6344ee049 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#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 */
|