Sign in
android-kvm
/
linux
/
c3aff086ea11f17f5c0bec77bdbf4365ba6b41fc
/
.
/
drivers
/
clk
/
renesas
/
clk-div6.h
blob: 567b31d2bfa5269cf16b759196d6d39b9dbd804e [
file
] [
log
] [
blame
]
#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
);
#endif