Ignore:
File:
1 edited

Legend:

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

    r9d58539 r8064c2f6  
    3535#define DRV_UHCI_BATCH_H
    3636
     37#include <adt/list.h>
     38#include <assert.h>
     39#include <errno.h>
     40#include <stdbool.h>
     41#include <sys/types.h>
    3742#include <usb/host/usb_transfer_batch.h>
    38 #include <adt/list.h>
    3943
    4044#include "hw_struct/queue_head.h"
     
    7680            uhci_batch->td_count * sizeof(td_t);
    7781}
    78 /*----------------------------------------------------------------------------*/
     82
    7983/** Get offset to data buffer accessible to the HC hw.
    8084 * @param uhci_batch UHCI batch structure.
     
    8993            uhci_batch->usb_batch->setup_size;
    9094}
    91 /*----------------------------------------------------------------------------*/
     95
    9296/** Aborts the batch.
    9397 * Sets error to EINTR and size off transferd data to 0, before finishing the
     
    103107        uhci_transfer_batch_finish_dispose(uhci_batch);
    104108}
    105 /*----------------------------------------------------------------------------*/
     109
    106110/** Linked list conversion wrapper.
    107111 * @param l Linked list link.
Note: See TracChangeset for help on using the changeset viewer.