Changeset d345ce2 in mainline for uspace/lib/drv


Ignore:
Timestamp:
2018-02-11T17:18:17Z (7 years ago)
Author:
Ondřej Hlavatý <aearsis@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2f762a7
Parents:
fc3dfe6d
git-author:
Ondřej Hlavatý <aearsis@…> (2018-02-05 02:46:43)
git-committer:
Ondřej Hlavatý <aearsis@…> (2018-02-11 17:18:17)
Message:

usb: pass buffers as base + ptr to support partial writes/reads

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/include/usbhc_iface.h

    rfc3dfe6d rd345ce2  
    137137         * large. Is patched after being transmitted over IPC, so the pointer is
    138138         * still valid.
     139         *
     140         * Note that offset might be actually more than PAGE_SIZE.
    139141         */
    140         void *base;                     
     142        void *base;
    141143        size_t offset;                  /**< Offset to the buffer */
    142144        size_t size;                    /**< Requested size. */
Note: See TracChangeset for help on using the changeset viewer.