repo.or.cz
/
linux-3.6.7-moxart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.git]
/
drivers
/
staging
/
cptm1217
/
cp_tm1217.h
blob
30bad357a05595a31e3e3aa511964a60c4cab004
1
#ifndef __LINUX_I2C_CP_TM1217_H
2
#define __LINUX_I2C_CP_TM1217_H
3
4
struct
cp_tm1217_platform_data
{
5
int
gpio
;
/* If not set uses the IRQ resource 0 */
6
};
7
8
#endif