blob: c91e1376132b6b64309366697b31556f8a412685 [file] [log] [blame]
Sebastian Reichelb98abe52014-05-28 23:51:53 -07001/*
2 * Copyright (c) 2014 Sebastian Reichel <sre@kernel.org>
3 *
4 * This program is free software; you can redistribute it and/or modify it
5 * under the terms of the GNU General Public License version 2 as published by
6 * the Free Software Foundation.
7 */
8
9#ifndef _TOUCHSCREEN_H
10#define _TOUCHSCREEN_H
11
Dmitry Torokhov4200e832015-07-06 15:18:24 -070012struct input_dev;
Sebastian Reichelb98abe52014-05-28 23:51:53 -070013
Dmitry Torokhov4200e832015-07-06 15:18:24 -070014void touchscreen_parse_properties(struct input_dev *dev, bool multitouch);
Sebastian Reichelb98abe52014-05-28 23:51:53 -070015
16#endif