Changeset 1a1a735 in mainline for uspace/lib/gpt/libgpt.h
- Timestamp:
- 2013-07-26T18:29:51Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 903a897, 9f4650c
- Parents:
- 9bdfde73 (diff), 8559fa0 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gpt/libgpt.h
r9bdfde73 r1a1a735 71 71 */ 72 72 typedef struct { 73 uint8_t efi_signature[8];73 uint8_t efi_signature[8]; 74 74 uint32_t revision; 75 75 uint32_t header_size; … … 80 80 uint64_t first_usable_lba; 81 81 uint64_t last_usable_lba; 82 uint8_t disk_guid[16];82 uint8_t disk_guid[16]; 83 83 uint64_t entry_lba; 84 84 uint32_t fillries;
Note:
See TracChangeset
for help on using the changeset viewer.