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
/
ili210x.h
blob
a5471245a13ce7463cbec20e0fbeedfd00c15fa1
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