Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / include / linux / sh_timer.h
blob74fd5140bb7a5db0cf6489ddfd809e970c37ddcc
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __SH_TIMER_H__
3 #define __SH_TIMER_H__
5 struct sh_timer_config {
6 unsigned int channels_mask;
7 };
9 #endif /* __SH_TIMER_H__ */