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


Ignore:
Timestamp:
2013-01-26T22:17:49Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bb70637
Parents:
a6a5b25
Message:

usbmast: Don't access mapped endpoints directly.

Use provided functions.

File:
1 edited

Legend:

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

    ra6a5b25 r3e23316  
    4949        /** LUN functions */
    5050        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;
    5155} usbmast_dev_t;
    5256
Note: See TracChangeset for help on using the changeset viewer.