Changeset 8c95dff in mainline for uspace/lib/gpt/gpt.h
- Timestamp:
- 2013-11-30T17:49:09Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f4a47e52
- Parents:
- 802898f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gpt/gpt.h
r802898f r8c95dff 50 50 typedef struct { 51 51 uint8_t efi_signature[8]; 52 uint 32_t revision;52 uint8_t revision[4]; 53 53 uint32_t header_size; 54 54 uint32_t header_crc32;
Note:
See TracChangeset
for help on using the changeset viewer.