/arch/arm/mach-mmp/include/mach/clkdev.h
C++ Header | 7 lines | 5 code | 2 blank | 0 comment | 1 complexity | d5c5800c79b5509999509e7068eb9b1b MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
1#ifndef __ASM_MACH_CLKDEV_H
2#define __ASM_MACH_CLKDEV_H
3
4#define __clk_get(clk) ({ 1; })
5#define __clk_put(clk) do { } while (0)
6
7#endif /* __ASM_MACH_CLKDEV_H */