D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
src
/
kernels
/
3.10.0-1062.9.1.el7.x86_64
/
include
/
linux
/
input
/
Filename :
ili210x.h
back
Copy
#ifndef _ILI210X_H #define _ILI210X_H struct ili210x_platform_data { unsigned long irq_flags; unsigned int poll_period; bool (*get_pendown_state)(void); }; #endif