License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / include / linux / input / ili210x.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
5c6a7a62
OS
2#ifndef _ILI210X_H
3#define _ILI210X_H
4
5struct ili210x_platform_data {
6 unsigned long irq_flags;
7 unsigned int poll_period;
8 bool (*get_pendown_state)(void);
9};
10
11#endif