Changeset bf7ddde in mainline for uspace/lib/label/include
- Timestamp:
- 2015-07-08T17:19:26Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 70815a24
- Parents:
- 603c1d1f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/label/include/types/liblabel.h
r603c1d1f rbf7ddde 112 112 typedef struct { 113 113 uint64_t hdr_ba[2]; 114 uint32_t hdr_size; 114 115 uint64_t ptable_ba[2]; 116 uint64_t pt_blocks; 115 117 size_t esize; 118 uint32_t pt_crc; 116 119 } label_gpt_t; 117 120
Note:
See TracChangeset
for help on using the changeset viewer.