forked from len0rd/rockbox
usb: introduce new control request API
Change-Id: I6545d8985ab683c026f28f6a7c0e23b40d0a6506
This commit is contained in:
parent
71cc1e78fd
commit
ec164c389c
15 changed files with 168 additions and 14 deletions
|
|
@ -51,7 +51,9 @@ struct usb_class_driver;
|
|||
|
||||
void usb_core_init(void);
|
||||
void usb_core_exit(void);
|
||||
void usb_core_control_request(struct usb_ctrlrequest* req);
|
||||
void usb_core_control_request(struct usb_ctrlrequest* req, void* data);
|
||||
void usb_core_control_complete(int status);
|
||||
void usb_core_legacy_control_request(struct usb_ctrlrequest* req);
|
||||
void usb_core_transfer_complete(int endpoint,int dir,int status,int length);
|
||||
void usb_core_bus_reset(void);
|
||||
bool usb_core_any_exclusive_storage(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue