mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-09 17:02:46 -04:00
7 lines
156 B
C
7 lines
156 B
C
#ifndef __ASM_MACH_CLKDEV_H
|
|
#define __ASM_MACH_CLKDEV_H
|
|
|
|
int __clk_get(struct clk *clk);
|
|
void __clk_put(struct clk *clk);
|
|
|
|
#endif /* __ASM_MACH_CLKDEV_H */
|