projects
/
linux-2.6
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge branch 'fix/pcm-jiffies-check' into topic/pcm-jiffies-check
[linux-2.6]
/
include
/
linux
/
spi
/
tdo24m.h
1
#ifndef __TDO24M_H__
2
#define __TDO24M_H__
3
4
enum tdo24m_model {
5
TDO24M,
6
TDO35S,
7
};
8
9
struct tdo24m_platform_data {
10
enum tdo24m_model model;
11
};
12
13
#endif /* __TDO24M_H__ */