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