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