Changeset 6284978 in mainline for uspace/lib/libblock/libblock.h


Ignore:
Timestamp:
2008-11-02T10:21:31Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0c243b4
Parents:
2953f9a
Message:

Separate the block_init() phase from reading of the boot block.

File:
1 edited

Legend:

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

    r2953f9a r6284978  
    6868} block_t;
    6969
    70 extern int block_init(dev_handle_t, size_t, off_t, size_t);
     70extern int block_init(dev_handle_t, size_t);
    7171extern void block_fini(dev_handle_t);
     72
     73extern int block_bb_read(dev_handle_t, off_t, size_t);
    7274extern void *block_bb_get(dev_handle_t);
    7375
Note: See TracChangeset for help on using the changeset viewer.