Sign in
gem5
/
arm
/
linux
/
ff0c6eecef59d6f949bbc09d117f2527ae1d4e34
/
.
/
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