Changeset b4b534ac in mainline for uspace/drv/bus/usb/usbmast/usbmast.h
- Timestamp:
- 2016-07-22T08:24:47Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f76d2c2
- Parents:
- 5b18137 (diff), 8351f9a4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/usbmast/usbmast.h
r5b18137 rb4b534ac 43 43 /** Mass storage device. */ 44 44 typedef struct usbmast_dev { 45 /** DDF device */46 ddf_dev_t *ddf_dev;47 45 /** USB device */ 48 46 usb_device_t *usb_dev; … … 51 49 /** LUN functions */ 52 50 ddf_fun_t **luns; 51 /** Data read pipe */ 52 usb_pipe_t *bulk_in_pipe; 53 /** Data write pipe */ 54 usb_pipe_t *bulk_out_pipe; 53 55 } usbmast_dev_t; 54 56
Note:
See TracChangeset
for help on using the changeset viewer.