forked from Minki/linux
8 lines
122 B
C
8 lines
122 B
C
|
#ifndef __MACH_CLKDEV_H
|
||
|
#define __MACH_CLKDEV_H
|
||
|
|
||
|
int __clk_get(struct clk *clk);
|
||
|
void __clk_put(struct clk *clk);
|
||
|
|
||
|
#endif
|