Ignore:
File:
1 edited

Legend:

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

    rf706355 r563ead9  
    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>
    4137#include <usb/host/batch.h>
    4238
     
    4541usb_transfer_batch_t * batch_get(
    4642    ddf_fun_t *fun, endpoint_t *ep, char *buffer, size_t size,
    47     char *setup_buffer, size_t setup_size,
     43    const char *setup_buffer, size_t setup_size,
    4844    usbhc_iface_transfer_in_callback_t func_in,
    4945    usbhc_iface_transfer_out_callback_t func_out,
     
    5551
    5652void batch_control_write(usb_transfer_batch_t *instance);
    57 
    5853void batch_control_read(usb_transfer_batch_t *instance);
    5954
    6055void batch_interrupt_in(usb_transfer_batch_t *instance);
    61 
    6256void batch_interrupt_out(usb_transfer_batch_t *instance);
    6357
    6458void batch_bulk_in(usb_transfer_batch_t *instance);
    65 
    6659void batch_bulk_out(usb_transfer_batch_t *instance);
    6760
Note: See TracChangeset for help on using the changeset viewer.