1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (c) 2019 BayLibre, SAS.
4 * Author: Jerome Brunet <jbrunet@baylibre.com>
7 #ifndef __MESON_VID_PLL_DIV_H
8 #define __MESON_VID_PLL_DIV_H
10 #include <linux/clk-provider.h>
13 struct meson_vid_pll_div_data
{
18 extern const struct clk_ops meson_vid_pll_div_ro_ops
;
20 #endif /* __MESON_VID_PLL_DIV_H */