Changeset 6408be3 in mainline for uspace/lib/libblock/libblock.h


Ignore:
Timestamp:
2009-06-28T12:08:07Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4198f9c3
Parents:
00fe6bb
Message:

Fix chaos in block library.

File:
1 edited

Legend:

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

    r00fe6bb r6408be3  
    101101extern int block_cache_init(dev_handle_t, size_t, unsigned, enum cache_mode);
    102102
    103 extern block_t *block_get(dev_handle_t, bn_t, int flags);
     103extern block_t *block_get(dev_handle_t, bn_t, int);
    104104extern void block_put(block_t *);
    105105
    106 extern int block_read(dev_handle_t, off_t *, size_t *, off_t *, void *, size_t,
    107     size_t);
     106extern int block_seqread(dev_handle_t, off_t *, size_t *, off_t *, void *,
     107    size_t, size_t);
    108108
    109109#endif
Note: See TracChangeset for help on using the changeset viewer.