Changeset f98b8269 in mainline for uspace/drv/ohci/batch.c
- Timestamp:
- 2011-04-08T15:15:34Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6b6e3ed3
- Parents:
- 6bec59b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/batch.c
r6bec59b rf98b8269 93 93 } 94 94 /*----------------------------------------------------------------------------*/ 95 bool batch_is_complete(usb_transfer_batch_t *instance) 96 { 97 // TODO: implement 98 return false; 99 } 100 /*----------------------------------------------------------------------------*/ 95 101 void batch_control_write(usb_transfer_batch_t *instance) 96 102 { … … 151 157 } 152 158 /*----------------------------------------------------------------------------*/ 159 ed_t * batch_ed(usb_transfer_batch_t *instance) 160 { 161 return NULL; 162 } 163 /*----------------------------------------------------------------------------*/ 153 164 /** Helper function calls callback and correctly disposes of batch structure. 154 165 *
Note:
See TracChangeset
for help on using the changeset viewer.