summaryrefslogtreecommitdiffstats
path: root/qemu/stubs/chr-msmouse.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/stubs/chr-msmouse.c')
-rw-r--r--qemu/stubs/chr-msmouse.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/qemu/stubs/chr-msmouse.c b/qemu/stubs/chr-msmouse.c
new file mode 100644
index 000000000..812f8b0ab
--- /dev/null
+++ b/qemu/stubs/chr-msmouse.c
@@ -0,0 +1,7 @@
+#include "qemu-common.h"
+#include "sysemu/char.h"
+
+CharDriverState *qemu_chr_open_msmouse(void)
+{
+ return 0;
+}