Ignore:
File:
1 edited

Legend:

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

    r8064c2f6 r9d58539  
    3535#define DRV_UHCI_BATCH_H
    3636
     37#include <usb/host/usb_transfer_batch.h>
    3738#include <adt/list.h>
    38 #include <assert.h>
    39 #include <errno.h>
    40 #include <stdbool.h>
    41 #include <sys/types.h>
    42 #include <usb/host/usb_transfer_batch.h>
    4339
    4440#include "hw_struct/queue_head.h"
     
    8076            uhci_batch->td_count * sizeof(td_t);
    8177}
    82 
     78/*----------------------------------------------------------------------------*/
    8379/** Get offset to data buffer accessible to the HC hw.
    8480 * @param uhci_batch UHCI batch structure.
     
    9389            uhci_batch->usb_batch->setup_size;
    9490}
    95 
     91/*----------------------------------------------------------------------------*/
    9692/** Aborts the batch.
    9793 * Sets error to EINTR and size off transferd data to 0, before finishing the
     
    107103        uhci_transfer_batch_finish_dispose(uhci_batch);
    108104}
    109 
     105/*----------------------------------------------------------------------------*/
    110106/** Linked list conversion wrapper.
    111107 * @param l Linked list link.
Note: See TracChangeset for help on using the changeset viewer.