aboutsummaryrefslogtreecommitdiff
path: root/hw/usb.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2012-01-06 15:31:38 +0100
committerGerd Hoffmann <kraxel@redhat.com>2012-02-10 11:12:04 +0100
commit70fc20d4dc7c8990a508411db1ee441ae9ee5034 (patch)
tree40efafc2dd4a53eac7cde4cf39f85d2bced53984 /hw/usb.h
parentd28f4e2d86317f7ef7398651e8a1d493e4bf8c88 (diff)
downloadqemu-70fc20d4dc7c8990a508411db1ee441ae9ee5034.zip
qemu-70fc20d4dc7c8990a508411db1ee441ae9ee5034.tar.gz
qemu-70fc20d4dc7c8990a508411db1ee441ae9ee5034.tar.bz2
usb: kill usb_send_msg
No users left. Zap it. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/usb.h')
-rw-r--r--hw/usb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/usb.h b/hw/usb.h
index b56e812..6127176 100644
--- a/hw/usb.h
+++ b/hw/usb.h
@@ -355,7 +355,6 @@ void usb_wakeup(USBDevice *dev);
int usb_generic_handle_packet(USBDevice *s, USBPacket *p);
void usb_generic_async_ctrl_complete(USBDevice *s, USBPacket *p);
int set_usb_string(uint8_t *buf, const char *str);
-void usb_send_msg(USBDevice *dev, int msg);
/* usb-linux.c */
USBDevice *usb_host_device_open(const char *devname);