Changes in uspace/drv/ohci/batch.h [28d9c95:23f40280] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/batch.h
r28d9c95 r23f40280 41 41 #include <usb/host/batch.h> 42 42 43 #include "hw_struct/endpoint_descriptor.h" 44 43 45 usb_transfer_batch_t * batch_get( 44 46 ddf_fun_t *fun, endpoint_t *ep, char *buffer, size_t size, … … 63 65 64 66 void batch_bulk_out(usb_transfer_batch_t *instance); 67 68 ed_t * batch_ed(usb_transfer_batch_t *instance); 65 69 #endif 66 70 /**
Note:
See TracChangeset
for help on using the changeset viewer.