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 char *name; >> 6 long channel_offset; >> 7 int timer_bit; >> 8 char *clk; >> 9 unsigned long clockevent_rating; >> 10 unsigned long clocksource_rating; 7 }; 11 }; 8 12 9 #endif /* __SH_TIMER_H__ */ 13 #endif /* __SH_TIMER_H__ */ 10 14
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.