summaryrefslogtreecommitdiff
path: root/hw/pc.h
diff options
context:
space:
mode:
authorBlue Swirl <blauwirbel@gmail.com>2011-02-05 14:34:45 +0000
committerBlue Swirl <blauwirbel@gmail.com>2011-02-12 09:34:56 +0000
commit91c9e09147ba1f3604a3d5d29b4de7702082a33f (patch)
treee562f07f9e783b45aea32999858ac2d6ca0c3c3f /hw/pc.h
parent6872ef610bad337701e0dcb0ab06558c04a0146f (diff)
downloadqemu-91c9e09147ba1f3604a3d5d29b4de7702082a33f.tar.gz
vmmouse: convert to qdev
Convert to qdev, also add a proper reset function. Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/pc.h')
-rw-r--r--hw/pc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/pc.h b/hw/pc.h
index a7feaaeb05..3ae1462dd4 100644
--- a/hw/pc.h
+++ b/hw/pc.h
@@ -71,9 +71,6 @@ static inline void vmport_init(void)
}
void vmport_register(unsigned char command, IOPortReadFunc *func, void *opaque);
-/* vmmouse.c */
-void *vmmouse_init(void *m);
-
/* pckbd.c */
void i8042_init(qemu_irq kbd_irq, qemu_irq mouse_irq, uint32_t io_base);