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


Ignore:
Timestamp:
2011-08-25T11:15:42Z (15 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, 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.h

    rb02308e r27873be  
    3939#include "hw_struct/queue_head.h"
    4040
    41 int batch_init_private(usb_transfer_batch_t *batch);
     41int batch_init_uhci(usb_transfer_batch_t *batch);
    4242bool batch_is_complete(usb_transfer_batch_t *batch);
    4343qh_t * batch_qh(usb_transfer_batch_t *batch);
Note: See TracChangeset for help on using the changeset viewer.