Changeset c02d098 in mainline for uspace/lib/c/include/vbd.h


Ignore:
Timestamp:
2015-07-29T20:35:40Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
100b1d1
Parents:
c43db5f
Message:

Most of logical partition support.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/vbd.h

    rc43db5f rc02d098  
    6969        /** Number of blocks */
    7070        aoff64_t nblocks;
     71        /** Number of header blocks (EBR for logical partitions) */
     72        aoff64_t hdr_blocks;
    7173        /** Partition kind */
    7274        label_pkind_t pkind;
Note: See TracChangeset for help on using the changeset viewer.