David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | /* ---------------------------------------------------------------------------- |
| 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 Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 7 | */ |
| 8 | |
| 9 | #ifndef _TOUCHKIT_PS2_H |
| 10 | #define _TOUCHKIT_PS2_H |
| 11 | |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 12 | int touchkit_ps2_detect(struct psmouse *psmouse, bool set_properties); |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 13 | |
| 14 | #endif |