sh_timer.h 172 B

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