Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6d698a83fa768be38780d54fc6c244c99cf7684d
/
.
/
include
/
linux
/
input
/
ili210x.h
blob: a5471245a13ce7463cbec20e0fbeedfd00c15fa1 [
file
] [
log
] [
blame
]
Olivier Sobrie
5c6a7a6
2012-03-16 23:57:09 -0700
[
diff
] [
blame
]
1
#ifndef
_ILI210X_H
2
#define
_ILI210X_H
3
4
struct
ili210x_platform_data
{
5
unsigned
long
irq_flags
;
6
unsigned
int
poll_period
;
7
bool
(*
get_pendown_state
)(
void
);
8
};
9
10
#endif