repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux 4.6-rc6
[cris-mirror.git]
/
include
/
linux
/
input
/
eeti_ts.h
blob
16625d799b6fc1ca85f89d5d9f81415332c8e86e
1
#ifndef LINUX_INPUT_EETI_TS_H
2
#define LINUX_INPUT_EETI_TS_H
3
4
struct
eeti_ts_platform_data
{
5
int
irq_gpio
;
6
unsigned int
irq_active_high
;
7
};
8
9
#endif
/* LINUX_INPUT_EETI_TS_H */
10