From 09b26c5ec06ff7531a2a2a7b1146011c87285f81 Mon Sep 17 00:00:00 2001 From: bellard Date: Wed, 12 Apr 2006 21:09:08 +0000 Subject: USB tablet support (Brad Campbell, Anthony Liguori) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1810 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/usb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/usb.h') diff --git a/hw/usb.h b/hw/usb.h index b4dee23..05502e0 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); -- cgit v1.1