Changeset 00b1d20e in mainline for uspace/lib/libblock/libblock.h


Ignore:
Timestamp:
2009-08-31T20:15:35Z (16 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
822d22a, d061efe
Parents:
a830611
Message:

Add PC MBR partition driver (mbr_part). Only supports primary partitions a.t.m.

File:
1 edited

Legend:

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

    ra830611 r00b1d20e  
    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.