![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 /* drivers/input/touchscreen/zforce.c 0003 * 0004 * Copyright (C) 2012-2013 MundoReader S.L. 0005 */ 0006 0007 #ifndef _LINUX_INPUT_ZFORCE_TS_H 0008 #define _LINUX_INPUT_ZFORCE_TS_H 0009 0010 struct zforce_ts_platdata { 0011 unsigned int x_max; 0012 unsigned int y_max; 0013 }; 0014 0015 #endif /* _LINUX_INPUT_ZFORCE_TS_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |