android_kernel_samsung_hero.../arch/arm/mach-shmobile/include/mach/clkdev.h

8 lines
156 B
C
Raw Normal View History

2016-08-17 10:41:52 +02:00
#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 */