2 * Driver for Virtual PS/2 Mouse on VMware and QEMU hypervisors.
4 * Copyright (C) 2014, VMware, Inc. All Rights Reserved.
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 as published by
8 * the Free Software Foundation.
14 #ifdef CONFIG_MOUSE_PS2_VMMOUSE
15 #define VMMOUSE_PSNAME "VirtualPS/2"
17 int vmmouse_detect(struct psmouse *psmouse, bool set_properties);
18 int vmmouse_init(struct psmouse *psmouse);
20 static inline int vmmouse_detect(struct psmouse *psmouse, bool set_properties)
24 static inline int vmmouse_init(struct psmouse *psmouse)