sh_mtu2.h 196 B

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