aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpt.h')
-rw-r--r--src/gpt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gpt.h b/src/gpt.h
index bcadd31..16711df 100644
--- a/src/gpt.h
+++ b/src/gpt.h
@@ -49,6 +49,9 @@ typedef struct
#define MBR_PARTITION_TYPE_EFI 0xee
+#define MBR_PARTITION_TYPE_LINUX 0x83
+#define MBR_PARTITION_TYPE_SWAP 0x82
+#define MBR_PARTITION_TYPE_UNKOWN 0xff
#define MBR_PARTITION_BOOTABLE 0x80
#define MBR_SECTOR(a) ((a) & 0x3f)