Changeset bd5f3b7 in mainline for uspace/drv/bus/usb/usbmast/cmdw.h


Ignore:
Timestamp:
2011-08-21T13:07:35Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
00aece0, f1a9e87
Parents:
86a34d3e (diff), a6480d5 (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.
Message:

Merge mainline changes.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbmast/cmdw.h

    r86a34d3e rbd5f3b7  
    3434 */
    3535
    36 #ifndef USB_USBMAST_CMDS_H_
    37 #define USB_USBMAST_CMDS_H_
     36#ifndef CMDW_H_
     37#define CMDW_H_
    3838
    3939#include <sys/types.h>
     
    5757} __attribute__((packed)) usb_massstor_csw_t;
    5858
     59enum cmd_block_status {
     60        cbs_passed      = 0x00,
     61        cbs_failed      = 0x01,
     62        cbs_phase_error = 0x02
     63};
     64
    5965extern void usb_massstor_cbw_prepare(usb_massstor_cbw_t *, uint32_t, uint32_t,
    60     usb_direction_t, uint8_t, uint8_t, uint8_t *);
     66    usb_direction_t, uint8_t, uint8_t, const uint8_t *);
    6167
    6268#endif
Note: See TracChangeset for help on using the changeset viewer.