Changes in uspace/lib/block/libblock.h [e272949:79ae36dd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/block/libblock.h
re272949 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.