Merge remote-tracking branch 'asoc/topic/qcom' into asoc-next
[deliverable/linux.git] / include / linux / input / touchscreen.h
CommitLineData
b98abe52
SR
1/*
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
4200e831 12struct input_dev;
b98abe52 13
4200e831 14void touchscreen_parse_properties(struct input_dev *dev, bool multitouch);
b98abe52
SR
15
16#endif
This page took 0.086167 seconds and 5 git commands to generate.