Commit b8329351b1
Changed files (1)
lib
std
os
uefi
tables
lib/std/os/uefi/tables/boot_services.zig
@@ -179,6 +179,7 @@ pub const MemoryType = enum(u32) {
PalCode,
PersistentMemory,
MaxMemoryType,
+ _,
};
pub const MemoryDescriptor = extern struct {