Changeset 6c8d267 in mainline for uspace/lib/libblock/libblock.c
- Timestamp:
- 2008-11-09T14:12:20Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 913a821c
- Parents:
- 24d6efc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libblock/libblock.c
r24d6efc r6c8d267 300 300 * @return Block structure. 301 301 */ 302 block_t *block_get(dev_handle_t dev_handle, off_t boff)302 block_t *block_get(dev_handle_t dev_handle, bn_t boff) 303 303 { 304 304 devcon_t *devcon;
Note:
See TracChangeset
for help on using the changeset viewer.