summaryrefslogtreecommitdiffstats
path: root/hw/msmouse.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2009-09-10 10:58:45 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-09-11 10:19:48 -0500
commitf0457e8d88a9ddcf7505f97cbeefd0673207713c (patch)
tree56a998d4dab3f7b50808f8cf11db2ac7751dc010 /hw/msmouse.h
parent3c17affbff1e6fe363f5f3def5e219ab8c108b8e (diff)
downloadhqemu-f0457e8d88a9ddcf7505f97cbeefd0673207713c.zip
hqemu-f0457e8d88a9ddcf7505f97cbeefd0673207713c.tar.gz
convert msmouse chardev to QemuOpts.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/msmouse.h')
-rw-r--r--hw/msmouse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/msmouse.h b/hw/msmouse.h
index 947afd9..456cb21 100644
--- a/hw/msmouse.h
+++ b/hw/msmouse.h
@@ -1,2 +1,2 @@
/* msmouse.c */
-CharDriverState *qemu_chr_open_msmouse(void);
+CharDriverState *qemu_chr_open_msmouse(QemuOpts *opts);
OpenPOWER on IntegriCloud