mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-15 12:44:04 +00:00
8 lines
125 B
C
8 lines
125 B
C
#ifndef HW_MSMOUSE_H
|
|
#define HW_MSMOUSE_H 1
|
|
|
|
/* msmouse.c */
|
|
CharDriverState *qemu_chr_open_msmouse(QemuOpts *opts);
|
|
|
|
#endif
|