Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/block/libblock.h

    r79ae36dd re272949  
    4040
    4141#include <stdint.h>
    42 #include <async.h>
    4342#include "../../srv/vfs/vfs.h"
    4443#include <fibril_synch.h>
     
    9796};
    9897
    99 extern int block_init(exch_mgmt_t, devmap_handle_t, size_t);
     98extern int block_init(devmap_handle_t, size_t);
    10099extern void block_fini(devmap_handle_t);
    101100
Note: See TracChangeset for help on using the changeset viewer.