summaryrefslogtreecommitdiff
path: root/include/linux/platform_data/zforce_ts.h
blob: 7bdece8ef33ea338b69c699f325efdb509cdcdd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* drivers/input/touchscreen/zforce.c
 *
 * Copyright (C) 2012-2013 MundoReader S.L.
 *
 * This software is licensed under the terms of the GNU General Public
 * License version 2, as published by the Free Software Foundation, and
 * may be copied, distributed, and modified under those terms.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

#ifndef _LINUX_INPUT_ZFORCE_TS_H
#define _LINUX_INPUT_ZFORCE_TS_H

struct zforce_ts_platdata {
	unsigned int x_max;
	unsigned int y_max;
};

#endif /* _LINUX_INPUT_ZFORCE_TS_H */
p;id=cc56f32f00154ff3586e8346c91f5253882cd8a5'>linux/ktime.h: Extract common header for vDSOVincenzo Frascino 2020-03-21linux/jiffies.h: Extract common header for vDSOVincenzo Frascino 2020-03-21linux/time64.h: Extract common header for vDSOVincenzo Frascino 2020-03-21linux/time32.h: Extract common header for vDSOVincenzo Frascino 2020-03-21linux/time.h: Extract common header for vDSOVincenzo Frascino 2020-03-21linux/math64.h: Extract common header for vDSOVincenzo Frascino 2020-03-21linux/clocksource.h: Extract common header for vDSOVincenzo Frascino 2020-03-21linux/limits.h: Extract common header for vDSOVincenzo Frascino 2020-03-21linux/bits.h: Extract common header for vDSOVincenzo Frascino 2020-03-21linux/const.h: Extract common header for vDSOVincenzo Frascino 2020-02-17lib/vdso: Move VCLOCK_TIMENS to vdso_clock_modesThomas Gleixner 2020-01-14lib/vdso: Prepare for time namespace supportThomas Gleixner 2020-01-14lib/vdso: Add unlikely() hint into vdso_read_begin()Andrei Vagin