projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
mm/memblock.c: introduce bottom-up allocation mode
[platform/adaptation/renesas_rcar/renesas_kernel.git]
/
include
/
linux
/
sh_timer.h
1
#ifndef __SH_TIMER_H__
2
#define __SH_TIMER_H__
3
4
struct sh_timer_config {
5
char *name;
6
long channel_offset;
7
int timer_bit;
8
unsigned long clockevent_rating;
9
unsigned long clocksource_rating;
10
};
11
12
#endif /* __SH_TIMER_H__ */