Sign in
◑
Theme
gem5
/
arm
/
linux-arm64-legacy
/
c0a9dbb6f38a87da29371581a2e347840ff4f01e
/
.
/
include
/
linux
/
sh_timer.h
blob: 8e1e036d6d456df6a972e18df766a1c0f17aeb1e [
file
]
#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__ */