Changeset 8850690 in mainline for uspace/drv/uhci-hcd/batch.c
- Timestamp:
- 2011-03-13T16:18:09Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9351353
- Parents:
- 6143ce3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/batch.c
r6143ce3 r8850690 40 40 #include "batch.h" 41 41 #include "transfer_list.h" 42 #include "uhci .h"42 #include "uhci_hc.h" 43 43 #include "utils/malloc32.h" 44 44 … … 450 450 { 451 451 assert(instance); 452 uhci_ t *hc = fun_to_uhci(instance->fun);452 uhci_hc_t *hc = fun_to_uhci(instance->fun); 453 453 assert(hc); 454 454 return uhci_schedule(hc, instance);
Note:
See TracChangeset
for help on using the changeset viewer.