summaryrefslogtreecommitdiffstats
path: root/drivers/input/mouse/logips2pp.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/mouse/logips2pp.h')
-rw-r--r--drivers/input/mouse/logips2pp.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/input/mouse/logips2pp.h b/drivers/input/mouse/logips2pp.h
new file mode 100644
index 000000000..df885c487
--- /dev/null
+++ b/drivers/input/mouse/logips2pp.h
@@ -0,0 +1,13 @@
+/* SPDX-License-Identifier: GPL-2.0-only */
+/*
+ * Logitech PS/2++ mouse driver header
+ *
+ * Copyright (c) 2003 Vojtech Pavlik <vojtech@suse.cz>
+ */
+
+#ifndef _LOGIPS2PP_H
+#define _LOGIPS2PP_H
+
+int ps2pp_detect(struct psmouse *psmouse, bool set_properties);
+
+#endif