Ignore:
File:
1 edited

Legend:

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

    r79ae36dd ra6ba0c9  
    22 * Copyright (c) 2008 Jakub Jermar
    33 * Copyright (c) 2008 Martin Decky
    4  * Copyright (c) 2011 Martin Sucha
    54 * All rights reserved.
    65 *
     
    4039
    4140#include <stdint.h>
    42 #include <async.h>
    4341#include "../../srv/vfs/vfs.h"
    4442#include <fibril_synch.h>
     
    9795};
    9896
    99 extern int block_init(exch_mgmt_t, devmap_handle_t, size_t);
     97extern int block_init(devmap_handle_t, size_t);
    10098extern void block_fini(devmap_handle_t);
    10199
     
    115113extern int block_get_nblocks(devmap_handle_t, aoff64_t *);
    116114extern int block_read_direct(devmap_handle_t, aoff64_t, size_t, void *);
    117 extern int block_read_bytes_direct(devmap_handle_t, aoff64_t, size_t, void *);
    118115extern int block_write_direct(devmap_handle_t, aoff64_t, size_t, const void *);
    119116
Note: See TracChangeset for help on using the changeset viewer.