aboutsummaryrefslogtreecommitdiff
path: root/include/char/msmouse.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/char/msmouse.h')
-rw-r--r--include/char/msmouse.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/char/msmouse.h b/include/char/msmouse.h
new file mode 100644
index 0000000000..8cff3a71c3
--- /dev/null
+++ b/include/char/msmouse.h
@@ -0,0 +1,7 @@
+#ifndef HW_MSMOUSE_H
+#define HW_MSMOUSE_H 1
+
+/* msmouse.c */
+CharDriverState *qemu_chr_open_msmouse(QemuOpts *opts);
+
+#endif