From b8329351b18ebaf24ad66819e05d91888c7dc886 Mon Sep 17 00:00:00 2001 From: Sreehari Sreedev Date: Tue, 29 Jun 2021 16:20:53 -0700 Subject: [PATCH] boot_services: allow custom MemoryTypes --- lib/std/os/uefi/tables/boot_services.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/std/os/uefi/tables/boot_services.zig b/lib/std/os/uefi/tables/boot_services.zig index d0cd2ba11c..908dc79152 100644 --- a/lib/std/os/uefi/tables/boot_services.zig +++ b/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 {