1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * Driver for Virtual PS/2 Mouse on VMware and QEMU hypervisors.
5 * Copyright (C) 2014, VMware, Inc. All Rights Reserved.
11 #define VMMOUSE_PSNAME "VirtualPS/2"
13 int vmmouse_detect(struct psmouse *psmouse, bool set_properties);
14 int vmmouse_init(struct psmouse *psmouse);