]> Git Repo - linux.git/blob - include/linux/platform_data/zforce_ts.h
Merge tag 'spi-fix-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
[linux.git] / include / linux / platform_data / zforce_ts.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* drivers/input/touchscreen/zforce.c
3  *
4  * Copyright (C) 2012-2013 MundoReader S.L.
5  */
6
7 #ifndef _LINUX_INPUT_ZFORCE_TS_H
8 #define _LINUX_INPUT_ZFORCE_TS_H
9
10 struct zforce_ts_platdata {
11         unsigned int x_max;
12         unsigned int y_max;
13 };
14
15 #endif /* _LINUX_INPUT_ZFORCE_TS_H */
This page took 0.035364 seconds and 4 git commands to generate.