Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 /*
0003  * Copyright (c) 2019 BayLibre, SAS.
0004  * Author: Neil Armstrong <narmstrong@baylibre.com>
0005  */
0006 
0007 #ifndef __MESON_CLK_CPU_DYNDIV_H
0008 #define __MESON_CLK_CPU_DYNDIV_H
0009 
0010 #include <linux/clk-provider.h>
0011 #include "parm.h"
0012 
0013 struct meson_clk_cpu_dyndiv_data {
0014     struct parm div;
0015     struct parm dyn;
0016 };
0017 
0018 extern const struct clk_ops meson_clk_cpu_dyndiv_ops;
0019 
0020 #endif /* __MESON_CLK_CPU_DYNDIV_H */