Changeset 64bc4b6 in mainline for uspace/lib/libblock/libblock.h
- Timestamp:
- 2010-01-31T18:05:45Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 430de97
- Parents:
- 7efc517
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libblock/libblock.h
r7efc517 r64bc4b6 100 100 101 101 extern int block_cache_init(dev_handle_t, size_t, unsigned, enum cache_mode); 102 extern int block_cache_fini(dev_handle_t); 102 103 103 104 extern int block_get(block_t **, dev_handle_t, bn_t, int);
Note:
See TracChangeset
for help on using the changeset viewer.