summaryrefslogtreecommitdiffstats
path: root/drivers/clk/renesas/clk-div6.h
blob: da4807299dda735b0bf64d556a8eb16894b9f5bf (plain)
1
2
3
4
5
6
7
8
#ifndef __RENESAS_CLK_DIV6_H__
#define __RENESAS_CLK_DIV6_H__

struct clk *cpg_div6_register(const char *name, unsigned int num_parents,
			      const char **parent_names, void __iomem *reg,
			      struct raw_notifier_head *notifiers);

#endif