1 /* SPDX-License-Identifier: GPL-2.0 */ << 2 #ifndef __SH_TIMER_H__ 1 #ifndef __SH_TIMER_H__ 3 #define __SH_TIMER_H__ 2 #define __SH_TIMER_H__ 4 3 5 struct sh_timer_config { 4 struct sh_timer_config { 6 unsigned int channels_mask; 5 unsigned int channels_mask; 7 }; 6 }; 8 7 9 #endif /* __SH_TIMER_H__ */ 8 #endif /* __SH_TIMER_H__ */ 10 9
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.