]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - include/linux/input/ili210x.h
Merge tag 'pinctrl-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
[mirror_ubuntu-bionic-kernel.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