M7350/kernel/include/linux/sh_timer.h

9 lines
133 B
C
Raw Normal View History

2024-09-09 08:52:07 +00:00
#ifndef __SH_TIMER_H__
#define __SH_TIMER_H__
struct sh_timer_config {
2024-09-09 08:57:42 +00:00
unsigned int channels_mask;
2024-09-09 08:52:07 +00:00
};
#endif /* __SH_TIMER_H__ */