Blame view

include/linux/sh_timer.h 172 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  /* SPDX-License-Identifier: GPL-2.0 */
46a12f742   Paul Mundt   sh: Consolidate M...
2
3
4
5
  #ifndef __SH_TIMER_H__
  #define __SH_TIMER_H__
  
  struct sh_timer_config {
81b3b2711   Laurent Pinchart   clocksource: sh_c...
6
  	unsigned int channels_mask;
46a12f742   Paul Mundt   sh: Consolidate M...
7
8
9
  };
  
  #endif /* __SH_TIMER_H__ */