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
xtensa: fix high memory/reserved memory collision
[cris-mirror.git]
/
include
/
linux
/
input
/
ili210x.h
blob
b76e7c1404cd14b658019d50c09fe5cb3011517e
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _ILI210X_H
3
#define _ILI210X_H
4
5
struct
ili210x_platform_data
{
6
unsigned long
irq_flags
;
7
unsigned int
poll_period
;
8
bool
(*
get_pendown_state
)(
void
);
9
};
10
11
#endif