aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/shmobile/clk-div6.h
blob: 9a85a95188daa813e42a1256d8dca161a16a0b8a (plain) (blame)
1
2
3
4
5
6
7
#ifndef __SHMOBILE_CLK_DIV6_H__
#define __SHMOBILE_CLK_DIV6_H__

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

#endif