mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
Use locally defined structure.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5569 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
1572a18cc6
commit
e41b39105b
1 changed files with 1 additions and 1 deletions
|
@ -788,7 +788,7 @@ static int usb_linux_update_endp_table(USBHostDevice *s)
|
|||
{
|
||||
uint8_t *descriptors;
|
||||
uint8_t devep, type, configuration, alt_interface;
|
||||
struct usbdevfs_ctrltransfer ct;
|
||||
struct usb_ctrltransfer ct;
|
||||
int interface, ret, length, i;
|
||||
|
||||
ct.bRequestType = USB_DIR_IN;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue