Changeset d345ce2 in mainline for uspace/lib/drv
- Timestamp:
- 2018-02-11T17:18:17Z (7 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/include/usbhc_iface.h
rfc3dfe6d rd345ce2 137 137 * large. Is patched after being transmitted over IPC, so the pointer is 138 138 * still valid. 139 * 140 * Note that offset might be actually more than PAGE_SIZE. 139 141 */ 140 void *base; 142 void *base; 141 143 size_t offset; /**< Offset to the buffer */ 142 144 size_t size; /**< Requested size. */
Note:
See TracChangeset
for help on using the changeset viewer.