Index: uspace/lib/label/include/std/mbr.h
===================================================================
--- uspace/lib/label/include/std/mbr.h	(revision f57ccb5dbdad2edb2def6970e5d20849ccd9daa9)
+++ uspace/lib/label/include/std/mbr.h	(revision d16a96f42c9c2d3cd43b32a23dad2f9994dd67aa)
@@ -73,5 +73,7 @@
 	mbr_pt_minix        = 0x81,
 	/** Linux */
-	mbr_pt_linux        = 0x83
+	mbr_pt_linux        = 0x83,
+	/** GPT Protective */
+	mbr_pt_gpt_protect  = 0xee 
 };
 
