repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
dt: add helper to read 64-bit integers
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git]
/
include
/
linux
/
input
/
eeti_ts.h
blob
f875b316249d257ce2f56e7243e4463c9d4994e2
1
#ifndef LINUX_INPUT_EETI_TS_H
2
#define LINUX_INPUT_EETI_TS_H
3
4
struct
eeti_ts_platform_data
{
5
unsigned int
irq_active_high
;
6
};
7
8
#endif
/* LINUX_INPUT_EETI_TS_H */
9