Files
Linux-Kernel_MiSTer/drivers/input/mouse/touchkit_ps2.h
Sorgelig e12ed6c19d v5.13.12
2021-08-22 05:38:19 +08:00

15 lines
403 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
/* ----------------------------------------------------------------------------
* touchkit_ps2.h -- Driver for eGalax TouchKit PS/2 Touchscreens
*
* Copyright (C) 2005 by Stefan Lucke
* Copyright (c) 2005 Vojtech Pavlik
*/
#ifndef _TOUCHKIT_PS2_H
#define _TOUCHKIT_PS2_H
int touchkit_ps2_detect(struct psmouse *psmouse, bool set_properties);
#endif