mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-16 09:34:22 +08:00
11 lines
148 B
C
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
|