Ignore:
Timestamp:
2011-07-13T22:39:18Z (13 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e6910c8
Parents:
5974661 (diff), 8ecef91 (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 libposix.

File:
1 moved

Legend:

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

    r5974661 re4f8c77  
    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.