/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
- #ifndef __ASM_MACH_CLKDEV_H
- #define __ASM_MACH_CLKDEV_H
- #define __clk_get(clk) ({ 1; })
- #define __clk_put(clk) do { } while (0)
- #endif /* __ASM_MACH_CLKDEV_H */