mirror of
https://github.com/qemu/qemu.git
synced 2024-11-26 04:13:39 +08:00
8 lines
114 B
C
8 lines
114 B
C
|
#include "qemu-common.h"
|
||
|
#include "sysemu/char.h"
|
||
|
|
||
|
CharDriverState *qemu_chr_open_msmouse(void)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|