Changeset b7a4d06 in mainline for uspace/lib/c/include/vbd.h
- Timestamp:
- 2015-07-18T12:55:12Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c43db5f
- Parents:
- 70815a24
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/vbd.h
r70815a24 rb7a4d06 51 51 /** Label type */ 52 52 label_type_t ltype; 53 /** Label flags */ 54 label_flags_t flags; 53 55 /** First block that can be allocated */ 54 56 aoff64_t ablock0; … … 67 69 /** Number of blocks */ 68 70 aoff64_t nblocks; 71 /** Partition kind */ 72 label_pkind_t pkind; 69 73 /** Partition type */ 70 74 uint64_t ptype; … … 75 79 /** Partition index */ 76 80 int index; 81 /** Partition kind */ 82 label_pkind_t pkind; 77 83 /** First block */ 78 84 aoff64_t block0;
Note:
See TracChangeset
for help on using the changeset viewer.