aboutsummaryrefslogtreecommitdiffstats
path: root/hw/msmouse.h
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2009-02-08 15:53:20 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2009-02-08 15:53:20 +0000
commitaa71cf802eb884dcdaebae6fbbd008248a64a01b (patch)
tree938f1e79c08d2d106f84915825be8b4d0bd4699a /hw/msmouse.h
parentd5853c20f2bd7c4551fcb99b4d1a188c25ffd140 (diff)
QEMU Microsoft serial mouse emulation
Adds "msmouse" character device, which emulates a serial mouse. Use it with -serial msmouse. Signed-Off-By: Lubomir Rintel <lkundrak@v3.sk> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6559 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/msmouse.h')
-rw-r--r--hw/msmouse.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/msmouse.h b/hw/msmouse.h
new file mode 100644
index 000000000..947afd990
--- /dev/null
+++ b/hw/msmouse.h
@@ -0,0 +1,2 @@
+/* msmouse.c */
+CharDriverState *qemu_chr_open_msmouse(void);