Changeset 0feaae4 in mainline for uspace/drv/bus/usb/usbmast/mast.h


Ignore:
Timestamp:
2011-07-02T17:21:50Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
239e7e10
Parents:
2429e4a
Message:

Factor out standard SCSI code from usbmast to a separate SCSI library.

File:
1 edited

Legend:

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

    r2429e4a r0feaae4  
    6565int usb_massstor_inquiry(usb_device_t *, size_t, size_t,
    6666    usb_massstor_inquiry_result_t *);
    67 const char *usb_str_masstor_scsi_peripheral_device_type(int);
     67const char *usb_str_masstor_scsi_peripheral_device_type(unsigned);
    6868
    6969#endif
Note: See TracChangeset for help on using the changeset viewer.