summaryrefslogtreecommitdiff
path: root/hw/usb.h
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2006-04-12 21:09:08 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2006-04-12 21:09:08 +0000
commit09b26c5ec06ff7531a2a2a7b1146011c87285f81 (patch)
tree332307939fbad1e7953b9f0f2af1388cc015318d /hw/usb.h
parent6a15fd12ca1bccb72335132686db7adef5937a0a (diff)
downloadqemu-09b26c5ec06ff7531a2a2a7b1146011c87285f81.tar.gz
USB tablet support (Brad Campbell, Anthony Liguori)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1810 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/usb.h')
-rw-r--r--hw/usb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/usb.h b/hw/usb.h
index b4dee2340e..05502e04db 100644
--- a/hw/usb.h
+++ b/hw/usb.h
@@ -163,3 +163,4 @@ void usb_host_info(void);
/* usb-hid.c */
USBDevice *usb_mouse_init(void);
+USBDevice *usb_tablet_init(void);