Changeset 27873be in mainline for uspace/drv/bus/usb/uhci/batch.c


Ignore:
Timestamp:
2011-08-25T11:15:42Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e2976bb
Parents:
b02308e
Message:

UHCI: rename function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/uhci/batch.c

    rb02308e r27873be  
    119119 * Initializes parameters needed for the transfer and callback.
    120120 */
    121 int batch_init_private(usb_transfer_batch_t *batch)
     121int batch_init_uhci(usb_transfer_batch_t *batch)
    122122{
    123123#define CHECK_NULL_DISPOSE_RETURN(ptr, message...) \
Note: See TracChangeset for help on using the changeset viewer.