1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Focaltech TouchPad PS/2 mouse driver
5 * Copyright (c) 2014 Red Hat Inc.
16 int focaltech_detect(struct psmouse *psmouse, bool set_properties);
18 #ifdef CONFIG_MOUSE_PS2_FOCALTECH
19 int focaltech_init(struct psmouse *psmouse);
21 static inline int focaltech_init(struct psmouse *psmouse)