Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /* ----------------------------------------------------------------------------
0003  * touchkit_ps2.h  --  Driver for eGalax TouchKit PS/2 Touchscreens
0004  *
0005  * Copyright (C) 2005 by Stefan Lucke
0006  * Copyright (c) 2005 Vojtech Pavlik
0007  */
0008 
0009 #ifndef _TOUCHKIT_PS2_H
0010 #define _TOUCHKIT_PS2_H
0011 
0012 int touchkit_ps2_detect(struct psmouse *psmouse, bool set_properties);
0013 
0014 #endif