summaryrefslogtreecommitdiffstats
path: root/hw/usb.h
diff options
context:
space:
mode:
authorbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-01-14 03:41:02 +0000
committerbalrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>2008-01-14 03:41:02 +0000
commita795421883395256c09e48829898bb3875866f30 (patch)
tree9c62cef3791320e4f9e1d0d1986051ebd9f1ed5f /hw/usb.h
parentfd56059fb612090f5fab049d44e39760ac8fe523 (diff)
downloadhqemu-a795421883395256c09e48829898bb3875866f30.zip
hqemu-a795421883395256c09e48829898bb3875866f30.tar.gz
USB-to-serial device (Samuel Thibault).
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3914 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/usb.h')
-rw-r--r--hw/usb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/usb.h b/hw/usb.h
index e6fd3c0..db6146e 100644
--- a/hw/usb.h
+++ b/hw/usb.h
@@ -217,6 +217,9 @@ USBDevice *usb_msd_init(const char *filename);
/* usb-wacom.c */
USBDevice *usb_wacom_init(void);
+/* usb-serial.c */
+USBDevice *usb_serial_init(const char *filename);
+
/* usb ports of the VM */
void qemu_register_usb_port(USBPort *port, void *opaque, int index,
OpenPOWER on IntegriCloud