sh_timer.h 224 B

123456789101112
  1. #ifndef __SH_TIMER_H__
  2. #define __SH_TIMER_H__
  3. struct sh_timer_config {
  4. char *name;
  5. long channel_offset;
  6. int timer_bit;
  7. unsigned long clockevent_rating;
  8. unsigned long clocksource_rating;
  9. };
  10. #endif /* __SH_TIMER_H__ */