]> git.proxmox.com Git - qemu.git/blob - hw/msmouse.h
Merge remote-tracking branch 'quintela/thread-20121220.next' into staging
[qemu.git] / hw / msmouse.h
1 #ifndef HW_MSMOUSE_H
2 #define HW_MSMOUSE_H 1
3
4 /* msmouse.c */
5 CharDriverState *qemu_chr_open_msmouse(QemuOpts *opts);
6
7 #endif