1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (c) 2019 BayLibre, SAS.
7 #ifndef __MESON_CLK_DUALDIV_H
8 #define __MESON_CLK_DUALDIV_H
10 #include <linux/clk-provider.h>
13 struct meson_clk_dualdiv_param {
21 struct meson_clk_dualdiv_data {
27 const struct meson_clk_dualdiv_param *table;
30 extern const struct clk_ops meson_clk_dualdiv_ops;
31 extern const struct clk_ops meson_clk_dualdiv_ro_ops;
33 #endif /* __MESON_CLK_DUALDIV_H */