Sign in
googlers
/
maze
/
linux
/
308efab5e231d1510cd35931d87629bf5171caae
/
.
/
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