M7350/kernel/include/linux/input/pixcir_ts.h
2024-09-09 08:52:07 +00:00

11 lines
148 B
C

#ifndef _PIXCIR_I2C_TS_H
#define _PIXCIR_I2C_TS_H
struct pixcir_ts_platform_data {
int (*attb_read_val)(void);
int x_max;
int y_max;
};
#endif