at 4ff9083b8a9a80bdf4ebbbec22cda4cbfb60f7aa 8 lines 133 B view raw
1#ifndef __SH_TIMER_H__ 2#define __SH_TIMER_H__ 3 4struct sh_timer_config { 5 unsigned int channels_mask; 6}; 7 8#endif /* __SH_TIMER_H__ */