Changeset a33f0a6 in mainline for uspace/lib/block/libblock.h


Ignore:
Timestamp:
2011-08-03T17:34:57Z (15 years ago)
Author:
Oleg Romanenko <romanenko.oleg@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
Children:
1940326
Parents:
52a79081 (diff), 3fab770 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge from mainline

File:
1 edited

Legend:

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

    r52a79081 ra33f0a6  
    22 * Copyright (c) 2008 Jakub Jermar
    33 * Copyright (c) 2008 Martin Decky
     4 * Copyright (c) 2011 Martin Sucha
    45 * All rights reserved.
    56 *
     
    3940
    4041#include <stdint.h>
     42#include <async.h>
    4143#include "../../srv/vfs/vfs.h"
    4244#include <fibril_synch.h>
     
    9597};
    9698
    97 extern int block_init(devmap_handle_t, size_t);
     99extern int block_init(exch_mgmt_t, devmap_handle_t, size_t);
    98100extern void block_fini(devmap_handle_t);
    99101
     
    113115extern int block_get_nblocks(devmap_handle_t, aoff64_t *);
    114116extern int block_read_direct(devmap_handle_t, aoff64_t, size_t, void *);
     117extern int block_read_bytes_direct(devmap_handle_t, aoff64_t, size_t, void *);
    115118extern int block_write_direct(devmap_handle_t, aoff64_t, size_t, const void *);
    116119
Note: See TracChangeset for help on using the changeset viewer.