Changeset 1a02517 in mainline for uspace/drv/bus/usb/uhci/hc.c
- Timestamp:
- 2011-08-25T08:53:14Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 32e093e
- Parents:
- 3afb758
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/hc.c
r3afb758 r1a02517 198 198 instance->generic.private_data = instance; 199 199 instance->generic.schedule = hc_schedule; 200 instance->generic.batch_ private_ctor = uhci_transfer_batch_create;201 instance->generic. batch_private_dtor = uhci_transfer_batch_dispose;200 instance->generic.batch_init_hook = batch_init_private; 201 instance->generic.ep_add_hook = NULL; 202 202 #undef CHECK_RET_DEST_FUN_RETURN 203 203
Note:
See TracChangeset
for help on using the changeset viewer.