ckfwq/linux-3.0.4/arch/arm/mach-shmobile/include/mach/clkdev.h

8 lines
156 B
C
Raw Permalink Normal View History

2024-12-30 10:53:50 +08: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 */