Changes in uspace/drv/uhci-hcd/batch.h [563ead9:f706355] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-hcd/batch.h
r563ead9 rf706355 35 35 #define DRV_UHCI_BATCH_H 36 36 37 #include <usbhc_iface.h> 38 #include <usb/usb.h> 39 #include <usb/host/device_keeper.h> 40 #include <usb/host/endpoint.h> 37 41 #include <usb/host/batch.h> 38 42 … … 41 45 usb_transfer_batch_t * batch_get( 42 46 ddf_fun_t *fun, endpoint_t *ep, char *buffer, size_t size, 43 c onst char *setup_buffer, size_t setup_size,47 char *setup_buffer, size_t setup_size, 44 48 usbhc_iface_transfer_in_callback_t func_in, 45 49 usbhc_iface_transfer_out_callback_t func_out, … … 51 55 52 56 void batch_control_write(usb_transfer_batch_t *instance); 57 53 58 void batch_control_read(usb_transfer_batch_t *instance); 54 59 55 60 void batch_interrupt_in(usb_transfer_batch_t *instance); 61 56 62 void batch_interrupt_out(usb_transfer_batch_t *instance); 57 63 58 64 void batch_bulk_in(usb_transfer_batch_t *instance); 65 59 66 void batch_bulk_out(usb_transfer_batch_t *instance); 60 67
Note:
See TracChangeset
for help on using the changeset viewer.