Sign in
linux
/
linux
/
kernel
/
git
/
dhowells
/
linux-fs
/
aadf7f88011370b5faf503bedaf85e00cfcbc07b
/
.
/
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