]> Git Repo - linux.git/blob - include/linux/input/pixcir_ts.h
Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / include / linux / input / pixcir_ts.h
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
This page took 0.03477 seconds and 4 git commands to generate.