PageRenderTime 29ms CodeModel.GetById 24ms app.highlight 3ms RepoModel.GetById 1ms app.codeStats 0ms

/arch/arm/mach-mmp/include/mach/clkdev.h

https://bitbucket.org/sammyz/iscream_thunderc-2.6.35-rebase
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 */