Changeset 8c95dff in mainline for uspace/lib/gpt/gpt.h


Ignore:
Timestamp:
2013-11-30T17:49:09Z (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:
f4a47e52
Parents:
802898f
Message:

various bugfixes

File:
1 edited

Legend:

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

    r802898f r8c95dff  
    5050typedef struct {
    5151        uint8_t  efi_signature[8];
    52         uint32_t revision;
     52        uint8_t  revision[4];
    5353        uint32_t header_size;
    5454        uint32_t header_crc32;
Note: See TracChangeset for help on using the changeset viewer.