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