]> Git Repo - linux.git/blob - include/linux/input/ili210x.h
mfd: cros-ec: Increase maximum mkbp event size
[linux.git] / include / linux / input / ili210x.h
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
This page took 0.033303 seconds and 4 git commands to generate.