projects
/
linux-2.6-block.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge tag 'for-linus-20160523' of git://git.infradead.org/linux-mtd
[linux-2.6-block.git]
/
include
/
linux
/
sh_timer.h
1
#ifndef __SH_TIMER_H__
2
#define __SH_TIMER_H__
3
4
struct sh_timer_config {
5
unsigned int channels_mask;
6
};
7
8
#endif /* __SH_TIMER_H__ */