GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / include / linux / sh_timer.h
blob864bd56bd3b0ba08a84958ff5d06e647d643e208
1 #ifndef __SH_TIMER_H__
2 #define __SH_TIMER_H__
4 struct sh_timer_config {
5 char *name;
6 long channel_offset;
7 int timer_bit;
8 char *clk;
9 unsigned long clockevent_rating;
10 unsigned long clocksource_rating;
13 #endif /* __SH_TIMER_H__ */