diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2009-10-26 15:56:47 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-30 08:39:31 -0500 |
commit | 2b0efdc3e116753e349bc3d1888a8520f57e8315 (patch) | |
tree | a17fdd90789af0fb69283a80737608f2cd68e5a1 /hw/baum.h | |
parent | fa7c70c35a24f2c5b115004c51f3b726cc630e6d (diff) |
usb-serial and braille: use qdev for -usbdevice
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/baum.h')
-rw-r--r-- | hw/baum.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -22,8 +22,5 @@ * THE SOFTWARE. */ -/* usb device */ -USBDevice *usb_baum_init(void); - /* char device */ CharDriverState *chr_baum_init(QemuOpts *opts); |