Changeset 6132b59 in mainline for uspace/lib/libblock
- Timestamp:
- 2008-11-02T17:54:25Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d5a720cf
- Parents:
- 9df7918
- Location:
- uspace/lib/libblock
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libblock/libblock.c
r9df7918 r6132b59 359 359 * @return Block structure. 360 360 */ 361 block_t *block_get(dev_handle_t dev_handle, off_t boff , size_t bs)361 block_t *block_get(dev_handle_t dev_handle, off_t boff) 362 362 { 363 363 devcon_t *devcon; -
uspace/lib/libblock/libblock.h
r9df7918 r6132b59 76 76 extern int block_cache_init(dev_handle_t, size_t, unsigned); 77 77 78 extern block_t *block_get(dev_handle_t, off_t , size_t);78 extern block_t *block_get(dev_handle_t, off_t); 79 79 extern void block_put(block_t *); 80 80
Note:
See TracChangeset
for help on using the changeset viewer.