mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 20:33:54 -06:00
7 lines
125 B
C
7 lines
125 B
C
#ifndef HW_MSMOUSE_H
|
|
#define HW_MSMOUSE_H 1
|
|
|
|
/* msmouse.c */
|
|
CharDriverState *qemu_chr_open_msmouse(QemuOpts *opts);
|
|
|
|
#endif
|