Changes in uspace/lib/block/libblock.h [79ae36dd:e272949] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/block/libblock.h
r79ae36dd re272949 40 40 41 41 #include <stdint.h> 42 #include <async.h>43 42 #include "../../srv/vfs/vfs.h" 44 43 #include <fibril_synch.h> … … 97 96 }; 98 97 99 extern int block_init( exch_mgmt_t,devmap_handle_t, size_t);98 extern int block_init(devmap_handle_t, size_t); 100 99 extern void block_fini(devmap_handle_t); 101 100
Note:
See TracChangeset
for help on using the changeset viewer.