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


Ignore:
Timestamp:
2009-08-31T21:55:50Z (15 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7d01790
Parents:
cfa8738 (diff), 00b1d20e (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 MBR partition driver.

File:
1 edited

Legend:

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

    rcfa8738 rd061efe  
    109109    size_t);
    110110
     111extern int block_get_bsize(dev_handle_t, size_t *);
     112extern int block_read_direct(dev_handle_t, bn_t, size_t, void *);
     113extern int block_write_direct(dev_handle_t, bn_t, size_t, const void *);
     114
    111115#endif
    112116
Note: See TracChangeset for help on using the changeset viewer.