Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
bb3f848608f070a6e3f6c477ba7ff46cf1fb0f02
/
.
/
include
/
linux
/
sh_timer.h
blob: 8e1e036d6d456df6a972e18df766a1c0f17aeb1e [
file
] [
log
] [
blame
]
#ifndef
__SH_TIMER_H__
#define
__SH_TIMER_H__
struct
sh_timer_config
{
char
*
name
;
long
channel_offset
;
int
timer_bit
;
unsigned
long
clockevent_rating
;
unsigned
long
clocksource_rating
;
unsigned
int
channels_mask
;
};
#endif
/* __SH_TIMER_H__ */