summaryrefslogtreecommitdiffstats
path: root/include/pt-mbr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pt-mbr.h')
-rw-r--r--include/pt-mbr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pt-mbr.h b/include/pt-mbr.h
index 8c4f8e6a8..2f837657b 100644
--- a/include/pt-mbr.h
+++ b/include/pt-mbr.h
@@ -163,6 +163,7 @@ enum {
MBR_DOS_ACCESS_PARTITION = 0xe1, /* DOS access or SpeedStor 12-bit FAT extended partition */
MBR_DOS_RO_PARTITION = 0xe3, /* DOS R/O or SpeedStor */
MBR_SPEEDSTOR_EXTENDED_PARTITION = 0xe4, /* SpeedStor 16-bit FAT extended partition < 1024 cyl. */
+ MBR_RUFUS_EXTRA_PARTITION = 0xea, /* Rufus extra partition for alignment */
MBR_BEOS_FS_PARTITION = 0xeb,
MBR_GPT_PARTITION = 0xee, /* Intel EFI GUID Partition Table */
MBR_EFI_SYSTEM_PARTITION = 0xef, /* Intel EFI System Partition */