Merge tag 'omap-late-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[deliverable/linux.git] / include / linux / sh_timer.h
CommitLineData
46a12f74
PM
1#ifndef __SH_TIMER_H__
2#define __SH_TIMER_H__
3
4struct sh_timer_config {
5 char *name;
6 long channel_offset;
7 int timer_bit;
46a12f74
PM
8 unsigned long clockevent_rating;
9 unsigned long clocksource_rating;
10};
11
12#endif /* __SH_TIMER_H__ */
This page took 0.430084 seconds and 5 git commands to generate.