mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-11 06:02:37 -05:00
Add support for full and highspeed in stack and drivers.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14492 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
53b183f600
commit
195ef597f5
7 changed files with 121 additions and 85 deletions
|
|
@ -27,5 +27,6 @@ void usb_storage_driver_init(void);
|
|||
|
||||
void usb_storage_driver_bind(void* controller_ops);
|
||||
int usb_storage_driver_request(struct usb_ctrlrequest* req);
|
||||
void usb_storage_driver_speed(enum usb_device_speed speed);
|
||||
|
||||
#endif /*_STORGAGE_H_*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue