mirror of https://gitee.com/openkylin/linux.git
8 lines
203 B
C
8 lines
203 B
C
|
#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
|