diff options
author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-06-22 08:16:00 +0000 |
---|---|---|
committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-06-22 08:16:00 +0000 |
commit | 47b2d338d982c9e26b2af6b51c1cc0da7cbd2b60 (patch) | |
tree | b67601f4c71027d5cb1ee2b1c4b6abb405edf0fd /hw/usb.h | |
parent | 07cf0ba03b8dfec541c09e765283c417539fb618 (diff) | |
download | qemu-47b2d338d982c9e26b2af6b51c1cc0da7cbd2b60.zip |
Add USB HID keyboard.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2996 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/usb.h')
-rw-r--r-- | hw/usb.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -218,6 +218,7 @@ void usb_host_info(void); /* usb-hid.c */ USBDevice *usb_mouse_init(void); USBDevice *usb_tablet_init(void); +USBDevice *usb_keyboard_init(void); /* usb-msd.c */ USBDevice *usb_msd_init(const char *filename); |