repo.or.cz
/
linux-2.6
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
exec: do not sleep in TASK_TRACED under ->cred_guard_mutex
[linux-2.6/mini2440.git]
/
include
/
linux
/
spi
/
tdo24m.h
blob
7572d4e1fe7657c94b1ba3ad00beab1ec44803dd
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__ */