root/include/linux/sh_timer.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 #ifndef __SH_TIMER_H__
   3 #define __SH_TIMER_H__
   4 
   5 struct sh_timer_config {
   6         unsigned int channels_mask;
   7 };
   8 
   9 #endif /* __SH_TIMER_H__ */

/* [<][>][^][v][top][bottom][index][help] */