blk-mq: ensure that we set REQ_IO_STAT so diskstats work
[deliverable/linux.git] / include / linux / input / pixcir_ts.h
CommitLineData
36a281e2
JB
1#ifndef _PIXCIR_I2C_TS_H
2#define _PIXCIR_I2C_TS_H
3
4struct pixcir_ts_platform_data {
5 int (*attb_read_val)(void);
6 int x_max;
7 int y_max;
8};
9
10#endif
This page took 0.178487 seconds and 5 git commands to generate.