mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
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
|