pixcir_ts.h 148 B

1234567891011
  1. #ifndef _PIXCIR_I2C_TS_H
  2. #define _PIXCIR_I2C_TS_H
  3. struct pixcir_ts_platform_data {
  4. int (*attb_read_val)(void);
  5. int x_max;
  6. int y_max;
  7. };
  8. #endif