Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-hcd/batch.h

    r563ead9 rf706355  
    3535#define DRV_UHCI_BATCH_H
    3636
     37#include <usbhc_iface.h>
     38#include <usb/usb.h>
     39#include <usb/host/device_keeper.h>
     40#include <usb/host/endpoint.h>
    3741#include <usb/host/batch.h>
    3842
     
    4145usb_transfer_batch_t * batch_get(
    4246    ddf_fun_t *fun, endpoint_t *ep, char *buffer, size_t size,
    43     const char *setup_buffer, size_t setup_size,
     47    char *setup_buffer, size_t setup_size,
    4448    usbhc_iface_transfer_in_callback_t func_in,
    4549    usbhc_iface_transfer_out_callback_t func_out,
     
    5155
    5256void batch_control_write(usb_transfer_batch_t *instance);
     57
    5358void batch_control_read(usb_transfer_batch_t *instance);
    5459
    5560void batch_interrupt_in(usb_transfer_batch_t *instance);
     61
    5662void batch_interrupt_out(usb_transfer_batch_t *instance);
    5763
    5864void batch_bulk_in(usb_transfer_batch_t *instance);
     65
    5966void batch_bulk_out(usb_transfer_batch_t *instance);
    6067
Note: See TracChangeset for help on using the changeset viewer.