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


Ignore:
Timestamp:
2011-07-15T20:41:36Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2aceec5
Parents:
7190bbc
Message:

Prepare for supporting multiple LUNs.

File:
1 edited

Legend:

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

    r7190bbc re6b32a8  
    4747        /** DDF function */
    4848        ddf_fun_t *ddf_fun;
     49        /** LUN */
     50        unsigned lun;
    4951        /** Total number of blocks. */
    5052        uint64_t nblocks;
Note: See TracChangeset for help on using the changeset viewer.