Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / drivers / input / mouse / touchkit_ps2.h
blobc808fe6c782f730a163504119ea369191752814f
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /* ----------------------------------------------------------------------------
3 * touchkit_ps2.h -- Driver for eGalax TouchKit PS/2 Touchscreens
5 * Copyright (C) 2005 by Stefan Lucke
6 * Copyright (c) 2005 Vojtech Pavlik
7 */
9 #ifndef _TOUCHKIT_PS2_H
10 #define _TOUCHKIT_PS2_H
12 int touchkit_ps2_detect(struct psmouse *psmouse, bool set_properties);
14 #endif