Changeset 120d5bc in mainline for uspace/lib/c/generic/cap.c
- Timestamp:
- 2017-09-13T20:49:43Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5918c00
- Parents:
- 6c4eedf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/cap.c
r6c4eedf r120d5bc 81 81 * and @c cv_max gives the maximum value. 82 82 */ 83 int cap_ spec_to_blocks(cap_spec_t *cap, cap_vsel_t cvsel, size_t block_size,83 int cap_to_blocks(cap_spec_t *cap, cap_vsel_t cvsel, size_t block_size, 84 84 uint64_t *rblocks) 85 85 {
Note:
See TracChangeset
for help on using the changeset viewer.