Changeset 79ae36dd in mainline for uspace/lib/block/libblock.h
- Timestamp:
- 2011-06-08T19:01:55Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0eff68e
- Parents:
- 764d71e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/block/libblock.h
r764d71e r79ae36dd 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.