Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
f972eb63b1003fae68d7b7e9b674d4ba5db681c2
/
.
/
include
/
linux
/
input
/
pixcir_ts.h
blob: 7163d91c0373b4d5039b743507cdc39d9a397c4d [
file
] [
log
] [
blame
]
#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