ili210x.h 168 B

12345678910
  1. #ifndef _ILI210X_H
  2. #define _ILI210X_H
  3. struct ili210x_platform_data {
  4. unsigned long irq_flags;
  5. unsigned int poll_period;
  6. bool (*get_pendown_state)(void);
  7. };
  8. #endif