Changeset 3842a955 in mainline for uspace/drv/uhci/transfer_list.h


Ignore:
Timestamp:
2011-06-19T15:59:42Z (13 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
26e7d6d
Parents:
9724d7f (diff), 74464e8 (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.
Message:

Merge mainline changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci/transfer_list.h

    r9724d7f r3842a955  
    5151        const char *name;
    5252        /** List of all batches in this list */
    53         link_t batch_list;
     53        list_t batch_list;
    5454} transfer_list_t;
    5555
     
    5959void transfer_list_add_batch(
    6060    transfer_list_t *instance, usb_transfer_batch_t *batch);
    61 void transfer_list_remove_finished(transfer_list_t *instance, link_t *done);
     61void transfer_list_remove_finished(transfer_list_t *instance, list_t *done);
    6262void transfer_list_abort_all(transfer_list_t *instance);
    6363#endif
Note: See TracChangeset for help on using the changeset viewer.