Changeset 327f147 in mainline for uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h
- Timestamp:
- 2017-10-23T19:03:37Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b724494
- Parents:
- e160bfe8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/usbhost/include/usb/host/usb_transfer_batch.h
re160bfe8 r327f147 108 108 void usb_transfer_batch_destroy(usb_transfer_batch_t *); 109 109 110 /** Provided to ease the transition. Wraps old-style handlers into a new one.111 */112 extern void usb_transfer_batch_set_old_handlers(usb_transfer_batch_t *,113 usbhc_iface_transfer_in_callback_t,114 usbhc_iface_transfer_out_callback_t, void *);115 116 110 #endif 117 111
Note:
See TracChangeset
for help on using the changeset viewer.