You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifndef _ILI210X_H
|
|
#define _ILI210X_H
|
|
|
|
struct ili210x_platform_data {
|
|
unsigned long irq_flags;
|
|
unsigned int poll_period;
|
|
bool (*get_pendown_state)(void);
|
|
};
|
|
|
|
#endif
|
|
|