Changeset 61d2315 in mainline
- Timestamp:
- 2009-06-17T20:52:14Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 34ca870
- Parents:
- 62140db
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libblock/libblock.c
r62140db r61d2315 394 394 * the new contents from the device. 395 395 */ 396 async_serialize_start(); 396 397 rc = block_read(dev_handle, &bufpos, &buflen, &pos, 397 398 b->data, cache->block_size, cache->block_size); 399 async_serialize_end(); 398 400 assert(rc == EOK); 399 401 }
Note:
See TracChangeset
for help on using the changeset viewer.