sh_timer.h 133 B

12345678
  1. #ifndef __SH_TIMER_H__
  2. #define __SH_TIMER_H__
  3. struct sh_timer_config {
  4. unsigned int channels_mask;
  5. };
  6. #endif /* __SH_TIMER_H__ */