1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _CLK_FRACTIONAL_DIV_H
3 #define _CLK_FRACTIONAL_DIV_H
7 extern const struct clk_ops clk_fractional_divider_ops
;
9 void clk_fractional_divider_general_approximation(struct clk_hw
*hw
,
11 unsigned long *parent_rate
,