blob: c808fe6c782f730a163504119ea369191752814f [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001/* SPDX-License-Identifier: GPL-2.0-only */
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002/* ----------------------------------------------------------------------------
3 * touchkit_ps2.h -- Driver for eGalax TouchKit PS/2 Touchscreens
4 *
5 * Copyright (C) 2005 by Stefan Lucke
6 * Copyright (c) 2005 Vojtech Pavlik
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00007 */
8
9#ifndef _TOUCHKIT_PS2_H
10#define _TOUCHKIT_PS2_H
11
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000012int touchkit_ps2_detect(struct psmouse *psmouse, bool set_properties);
Andrew Scullb4b6d4a2019-01-02 15:54:55 +000013
14#endif