/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

  1. #ifndef __ASM_MACH_CLKDEV_H
  2. #define __ASM_MACH_CLKDEV_H
  3. #define __clk_get(clk) ({ 1; })
  4. #define __clk_put(clk) do { } while (0)
  5. #endif /* __ASM_MACH_CLKDEV_H */