Geert Uytterhoeven | 1fae91e | 2015-10-16 11:41:19 +0200 | [diff] [blame] | 1 | #ifndef __SHMOBILE_CLK_DIV6_H__ |
2 | #define __SHMOBILE_CLK_DIV6_H__ | ||||
3 | |||||
4 | struct clk *cpg_div6_register(const char *name, unsigned int num_parents, | ||||
5 | const char **parent_names, void __iomem *reg); | ||||
6 | |||||
7 | #endif |