1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Copyright (c) 2014, The Linux Foundation. All rights reserved.
6 #ifndef __QCOM_CLK_REGMAP_DIVIDER_H__
7 #define __QCOM_CLK_REGMAP_DIVIDER_H__
9 #include <linux/clk-provider.h>
10 #include "clk-regmap.h"
12 struct clk_regmap_div
{
16 struct clk_regmap clkr
;
19 extern const struct clk_ops clk_regmap_div_ops
;
20 extern const struct clk_ops clk_regmap_div_ro_ops
;