Changeset 0a46c41e in mainline for uspace/lib/drv/include/usbhc_iface.h
- Timestamp:
- 2011-02-18T21:09:27Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 745d2ad
- Parents:
- fbf0589
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/include/usbhc_iface.h
rfbf0589 r0a46c41e 153 153 IPC_M_USBHC_INTERRUPT_IN, 154 154 155 /** Send bulk data to device. 156 * See explanation at usb_iface_funcs_t (OUT transaction). 157 */ 158 IPC_M_USBHC_BULK_OUT, 159 160 /** Get bulk data from device. 161 * See explanation at usb_iface_funcs_t (IN transaction). 162 */ 163 IPC_M_USBHC_BULK_IN, 164 155 165 /** Issue control WRITE transfer. 156 166 * See explanation at usb_iface_funcs_t (OUT transaction) for … … 207 217 usbhc_iface_transfer_in_t interrupt_in; 208 218 219 usbhc_iface_transfer_out_t bulk_out; 220 usbhc_iface_transfer_in_t bulk_in; 221 209 222 int (*control_write)(device_t *, usb_target_t, 210 223 size_t,
Note:
See TracChangeset
for help on using the changeset viewer.