Changeset 27873be in mainline for uspace/drv/bus/usb/uhci/batch.c
- Timestamp:
- 2011-08-25T11:15:42Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e2976bb
- Parents:
- b02308e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/batch.c
rb02308e r27873be 119 119 * Initializes parameters needed for the transfer and callback. 120 120 */ 121 int batch_init_ private(usb_transfer_batch_t *batch)121 int batch_init_uhci(usb_transfer_batch_t *batch) 122 122 { 123 123 #define CHECK_NULL_DISPOSE_RETURN(ptr, message...) \
Note:
See TracChangeset
for help on using the changeset viewer.