Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
c7660994ed6b44d17dad0aac0d156da1e0a2f003
/
.
/
arch
/
arm
/
mach-u300
/
include
/
mach
/
clkdev.h
blob: 92e3cc872c6633c31f479ce479df3e742d70feef [
file
] [
log
] [
blame
]
#ifndef
__MACH_CLKDEV_H
#define
__MACH_CLKDEV_H
int
__clk_get
(
struct
clk
*
clk
);
void
__clk_put
(
struct
clk
*
clk
);
#endif