Changeset 09ace19 in mainline for uspace/drv/bus/usb/ohci/batch.h


Ignore:
Timestamp:
2011-08-25T15:33:41Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f974519
Parents:
cc34f5f0
Message:

ohci: remove unused code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ohci/batch.h

    rcc34f5f0 r09ace19  
    4141#include <usb/host/batch.h>
    4242
    43 usb_transfer_batch_t * batch_get(
    44     ddf_fun_t *fun, endpoint_t *ep, char *buffer, size_t size,
    45     const char *setup_buffer, size_t setup_size,
    46     usbhc_iface_transfer_in_callback_t func_in,
    47     usbhc_iface_transfer_out_callback_t func_out,
    48     void *arg);
    49 
    5043int batch_init_ohci(usb_transfer_batch_t *batch);
    51 
    5244bool batch_is_complete(usb_transfer_batch_t *batch);
    53 
    54 void batch_commit(usb_transfer_batch_t *instance);
    55 
    56 void batch_control_write(usb_transfer_batch_t *instance);
    57 
    58 void batch_control_read(usb_transfer_batch_t *instance);
    59 
    60 void batch_interrupt_in(usb_transfer_batch_t *instance);
    61 
    62 void batch_interrupt_out(usb_transfer_batch_t *instance);
    63 
    64 void batch_bulk_in(usb_transfer_batch_t *instance);
    65 
    66 void batch_bulk_out(usb_transfer_batch_t *instance);
     45void batch_commit(usb_transfer_batch_t *batch);
    6746#endif
    6847/**
Note: See TracChangeset for help on using the changeset viewer.