Changeset 9f4650c in mainline for uspace/lib/gpt/libgpt.h


Ignore:
Timestamp:
2013-07-26T18:31:47Z (12 years ago)
Author:
Dominik Taborsky (AT DOT) <brembyseznamcz>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c3cbbb2
Parents:
9256d093 (diff), 1a1a735 (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.
Message:

libgpt fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/gpt/libgpt.h

    r9256d093 r9f4650c  
    7171 */
    7272typedef struct {
    73         uint8_t efi_signature[8];
     73        uint8_t  efi_signature[8];
    7474        uint32_t revision;
    7575        uint32_t header_size;
     
    8080        uint64_t first_usable_lba;
    8181        uint64_t last_usable_lba;
    82         uint8_t disk_guid[16];
     82        uint8_t  disk_guid[16];
    8383        uint64_t entry_lba;
    8484        uint32_t fillries;
Note: See TracChangeset for help on using the changeset viewer.