Add MBR EFI partition type definition
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
31ba22cd80
commit
6c4a63bde6
@ -57,6 +57,7 @@
|
||||
#define DOSPTYP_LINUX 0x83 /* Linux partition */
|
||||
#define DOSPTYP_LINLVM 0x8e /* Linux LVM partition */
|
||||
#define DOSPTYP_PMBR 0xee /* GPT Protective MBR */
|
||||
#define DOSPTYP_EFI 0xef /* EFI FAT parition */
|
||||
#define DOSPTYP_VMFS 0xfb /* VMware VMFS partition */
|
||||
#define DOSPTYP_VMKDIAG 0xfc /* VMware vmkDiagnostic partition */
|
||||
#define DOSPTYP_LINRAID 0xfd /* Linux raid partition */
|
||||
|
Loading…
x
Reference in New Issue
Block a user