Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
b3f67a988c595e1fd5808008cea098a66cfadb9b
/
.
/
drivers
/
clk
/
shmobile
/
clk-div6.h
blob: 9a85a95188daa813e42a1256d8dca161a16a0b8a [
file
] [
log
] [
blame
]
#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