Merge tag 'block-5.11-2021-01-10' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / drivers / input / mouse / vmmouse.h
blob90157aecade7de3bd7e112d750768b6a5a4ad831
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Driver for Virtual PS/2 Mouse on VMware and QEMU hypervisors.
5 * Copyright (C) 2014, VMware, Inc. All Rights Reserved.
6 */
8 #ifndef _VMMOUSE_H
9 #define _VMMOUSE_H
11 #define VMMOUSE_PSNAME "VirtualPS/2"
13 int vmmouse_detect(struct psmouse *psmouse, bool set_properties);
14 int vmmouse_init(struct psmouse *psmouse);
16 #endif