diff options
Diffstat (limited to 'kernel/include/linux/sh_timer.h')
-rw-r--r-- | kernel/include/linux/sh_timer.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel/include/linux/sh_timer.h b/kernel/include/linux/sh_timer.h new file mode 100644 index 000000000..64638b058 --- /dev/null +++ b/kernel/include/linux/sh_timer.h @@ -0,0 +1,8 @@ +#ifndef __SH_TIMER_H__ +#define __SH_TIMER_H__ + +struct sh_timer_config { + unsigned int channels_mask; +}; + +#endif /* __SH_TIMER_H__ */ |