Skip to content

Commit 71186e7

Browse files
committed
add enum tags for all named gpt part types
1 parent a968bba commit 71186e7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/BuildInterface.zig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,16 @@ pub const GptPartTable = struct {
365365
name: enum {
366366
unused,
367367
@"efi-system",
368+
@"legacy-mbr",
369+
@"bios-boot",
370+
@"microsoft-basic-data",
371+
@"microsoft-reserved",
372+
@"windows-recovery",
373+
@"plan9",
374+
@"linux-swap",
375+
@"linux-fs",
376+
@"linux-reserved",
377+
@"linux-lvm",
368378
},
369379
guid: [36]u8,
370380
},

0 commit comments

Comments
 (0)