/arch/arm/plat-omap/include/plat/clkdev.h
C++ Header | 13 lines | 10 code | 3 blank | 0 comment | 0 complexity | 3edab072316a36821bd6a61acc70aee7 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
1#ifndef __MACH_CLKDEV_H 2#define __MACH_CLKDEV_H 3 4static inline int __clk_get(struct clk *clk) 5{ 6 return 1; 7} 8 9static inline void __clk_put(struct clk *clk) 10{ 11} 12 13#endif