Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at 09d97da660ff77df20984496aa0abcd6b88819f2 9 lines 172 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef __SH_TIMER_H__ 3#define __SH_TIMER_H__ 4 5struct sh_timer_config { 6 unsigned int channels_mask; 7}; 8 9#endif /* __SH_TIMER_H__ */