Changeset 4f0e510 in mainline
- Timestamp:
- 2011-08-25T13:01:19Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 90dd59d
- Parents:
- e2976bb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/hcd.h
re2976bb r4f0e510 50 50 51 51 int (*schedule)(hcd_t *, usb_transfer_batch_t *); 52 int (*ep_add_hook)(hcd_t *, endpoint_t *); 52 53 int (*batch_init_hook)(usb_transfer_batch_t *); 53 int (*ep_add_hook)(endpoint_t *);54 54 }; 55 55 /*----------------------------------------------------------------------------*/
Note:
See TracChangeset
for help on using the changeset viewer.