Merge branch 'picoxcell/timer' into next/timer
[deliverable/linux.git] / arch / arm / mach-vexpress / include / mach / clkdev.h
CommitLineData
ceade897
RK
1#ifndef __ASM_MACH_CLKDEV_H
2#define __ASM_MACH_CLKDEV_H
3
4#include <plat/clock.h>
5
6struct clk {
7 const struct clk_ops *ops;
8 unsigned long rate;
9 const struct icst_params *params;
10};
11
12#define __clk_get(clk) ({ 1; })
13#define __clk_put(clk) do { } while (0)
14
15#endif
This page took 0.151504 seconds and 5 git commands to generate.