Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * Driver for Virtual PS/2 Mouse on VMware and QEMU hypervisors.
0004  *
0005  * Copyright (C) 2014, VMware, Inc. All Rights Reserved.
0006  */
0007 
0008 #ifndef _VMMOUSE_H
0009 #define _VMMOUSE_H
0010 
0011 #define VMMOUSE_PSNAME  "VirtualPS/2"
0012 
0013 int vmmouse_detect(struct psmouse *psmouse, bool set_properties);
0014 int vmmouse_init(struct psmouse *psmouse);
0015 
0016 #endif