Changeset 7ae249d in mainline for uspace/drv/bus/usb/usbmast/cmdw.h
- Timestamp:
- 2011-07-29T14:47:52Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 00c2de63, 1814ee4d, ffff746
- Parents:
- 9350bfdd (diff), f5d51de (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/cmdw.h
r9350bfdd r7ae249d 57 57 } __attribute__((packed)) usb_massstor_csw_t; 58 58 59 enum cmd_block_status { 60 cbs_passed = 0x00, 61 cbs_failed = 0x01, 62 cbs_phase_error = 0x02 63 }; 64 59 65 extern void usb_massstor_cbw_prepare(usb_massstor_cbw_t *, uint32_t, uint32_t, 60 66 usb_direction_t, uint8_t, uint8_t, const uint8_t *);
Note:
See TracChangeset
for help on using the changeset viewer.