Changeset a9f91cd in mainline for uspace/drv/uhci-hcd/batch.c
- Timestamp:
- 2011-03-13T18:09:16Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 335382d, f123909
- Parents:
- 9351353
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/batch.c
r9351353 ra9f91cd 450 450 { 451 451 assert(instance); 452 uhci_hc_t *hc = fun_to_uhci (instance->fun);452 uhci_hc_t *hc = fun_to_uhci_hc(instance->fun); 453 453 assert(hc); 454 return uhci_ schedule(hc, instance);454 return uhci_hc_schedule(hc, instance); 455 455 } 456 456 /**
Note:
See TracChangeset
for help on using the changeset viewer.