module: Convert symbol namespace to string literal
[linux.git] / drivers / clk / meson / meson-eeclk.h
blob37a48b75c66051b68730f808f7c01e6397c34231
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /*
3 * Copyright (c) 2019 BayLibre, SAS.
4 * Author: Jerome Brunet <jbrunet@baylibre.com>
5 */
7 #ifndef __MESON_CLKC_H
8 #define __MESON_CLKC_H
10 #include <linux/clk-provider.h>
11 #include "clk-regmap.h"
12 #include "meson-clkc-utils.h"
14 struct platform_device;
16 struct meson_eeclkc_data {
17 struct clk_regmap *const *regmap_clks;
18 unsigned int regmap_clk_num;
19 const struct reg_sequence *init_regs;
20 unsigned int init_count;
21 struct meson_clk_hw_data hw_clks;
24 int meson_eeclkc_probe(struct platform_device *pdev);
26 #endif /* __MESON_CLKC_H */