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

8 lines
122 B
C
Raw Normal View History

2024-12-30 10:53:50 +08:00
#ifndef __MACH_CLKDEV_H
#define __MACH_CLKDEV_H
int __clk_get(struct clk *clk);
void __clk_put(struct clk *clk);
#endif