projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
[linux-2.6]
/
include
/
linux
/
sh_cmt.h
1
#ifndef __SH_CMT_H__
2
#define __SH_CMT_H__
3
4
struct sh_cmt_config {
5
char *name;
6
unsigned long channel_offset;
7
int timer_bit;
8
char *clk;
9
unsigned long clockevent_rating;
10
unsigned long clocksource_rating;
11
};
12
13
#endif /* __SH_CMT_H__ */