Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
kernel
/
linux-linaro-stable.git
/
ae63e808f508c38fe65e23a1480c85d5bd00ecbd
/
.
/
include
/
linux
/
sh_cmt.h
blob: 68cacde5954f4c8340214a7660a748a3b3a9a54f [
file
] [
log
] [
blame
]
#ifndef
__SH_CMT_H__
#define
__SH_CMT_H__
struct
sh_cmt_config
{
char
*
name
;
unsigned
long
channel_offset
;
int
timer_bit
;
char
*
clk
;
unsigned
long
clockevent_rating
;
unsigned
long
clocksource_rating
;
};
#endif
/* __SH_CMT_H__ */