Changeset bee37cf in mainline for uspace/lib/block/libblock.h
- Timestamp:
- 2011-07-05T21:21:36Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5e2aa83, eb66f236
- Parents:
- 3714e79 (diff), f7a55f9 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
uspace/lib/block/libblock.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/block/libblock.h
r3714e79 rbee37cf 40 40 41 41 #include <stdint.h> 42 #include <async.h> 42 43 #include "../../srv/vfs/vfs.h" 43 44 #include <fibril_synch.h> … … 96 97 }; 97 98 98 extern int block_init( devmap_handle_t, size_t);99 extern int block_init(exch_mgmt_t, devmap_handle_t, size_t); 99 100 extern void block_fini(devmap_handle_t); 100 101
Note:
See TracChangeset
for help on using the changeset viewer.
