Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
8fe14e5a74d3f45589c83c06ed63b5c8a376a824
/
.
/
include
/
linux
/
input
/
pixcir_ts.h
blob: 7163d91c0373b4d5039b743507cdc39d9a397c4d [
file
] [
log
] [
blame
]
Jianchun Bian
36a281e
2011-12-30 15:16:21 -0800
[
diff
] [
blame
]
1
#ifndef
_PIXCIR_I2C_TS_H
2
#define
_PIXCIR_I2C_TS_H
3
4
struct
pixcir_ts_platform_data
{
5
int
(*
attb_read_val
)(
void
);
6
int
x_max
;
7
int
y_max
;
8
};
9
10
#endif