• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
12