Changeset 8ff0bd2 in mainline for uspace/drv/bus/usb/uhci/transfer_list.h
- Timestamp:
- 2011-09-04T11:30:58Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 03bc76a
- Parents:
- d2c67e7 (diff), deac215e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 moved
-
uspace/drv/bus/usb/uhci/transfer_list.h (moved) (moved from uspace/drv/uhci_hcd/transfer_list.h ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/uhci/transfer_list.h
rd2c67e7 r8ff0bd2 51 51 const char *name; 52 52 /** List of all batches in this list */ 53 li nk_t batch_list;53 list_t batch_list; 54 54 } transfer_list_t; 55 55 … … 59 59 void transfer_list_add_batch( 60 60 transfer_list_t *instance, usb_transfer_batch_t *batch); 61 void transfer_list_remove_finished(transfer_list_t *instance, li nk_t *done);61 void transfer_list_remove_finished(transfer_list_t *instance, list_t *done); 62 62 void transfer_list_abort_all(transfer_list_t *instance); 63 63 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
