aboutsummaryrefslogtreecommitdiff
path: root/hw/usb.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2011-08-10 10:53:50 +0200
committerGerd Hoffmann <kraxel@redhat.com>2011-08-10 14:14:00 +0200
commitf3aaaa242e701e4516594bc9fb5845ef07783a6d (patch)
tree9c751ded88df23a33af170ae27016e050a354626 /hw/usb.h
parent4c15ba9cc96349ce1cd5396dd243cdc16ff5f016 (diff)
downloadqemu-f3aaaa242e701e4516594bc9fb5845ef07783a6d.zip
qemu-f3aaaa242e701e4516594bc9fb5845ef07783a6d.tar.gz
qemu-f3aaaa242e701e4516594bc9fb5845ef07783a6d.tar.bz2
usb-hid: remove usb_hid_datain_cb
No users left, all migrated over to hw/hid.[ch]. Yea! Zap it! Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/usb.h')
-rw-r--r--hw/usb.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/usb.h b/hw/usb.h
index 84d04df..d784448 100644
--- a/hw/usb.h
+++ b/hw/usb.h
@@ -316,9 +316,6 @@ USBDevice *usb_host_device_open(const char *devname);
int usb_host_device_close(const char *devname);
void usb_host_info(Monitor *mon);
-/* usb-hid.c */
-void usb_hid_datain_cb(USBDevice *dev, void *opaque, void (*datain)(void *));
-
/* usb-bt.c */
USBDevice *usb_bt_init(HCIInfo *hci);