Changeset cffa82aa in mainline for uspace/lib/label/include/std/mbr.h


Ignore:
Timestamp:
2015-11-04T18:39:51Z (9 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f71b938
Parents:
eed70f1
Message:

Implement GPT protective MBR.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/label/include/std/mbr.h

    reed70f1 rcffa82aa  
    7373        mbr_pt_minix        = 0x81,
    7474        /** Linux */
    75         mbr_pt_linux        = 0x83
     75        mbr_pt_linux        = 0x83,
     76        /** GPT Protective */
     77        mbr_pt_gpt_protect  = 0xee
    7678};
    7779
Note: See TracChangeset for help on using the changeset viewer.