| author | |
| committer | |
| log | b8329351b18ebaf24ad66819e05d91888c7dc886 |
| tree | 44e49ee4cd8fce17306c9c116ff4b229c5e1dc2e |
| parent | 81bf05bf6c1249c39273b494d3e337d300b4ddd5 |
1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/os/uefi/tables/boot_services.zig+1| ... | @@ -179,6 +179,7 @@ pub const MemoryType = enum(u32) { | ... | @@ -179,6 +179,7 @@ pub const MemoryType = enum(u32) { |
| 179 | PalCode, | 179 | PalCode, |
| 180 | PersistentMemory, | 180 | PersistentMemory, |
| 181 | MaxMemoryType, | 181 | MaxMemoryType, |
| 182 | _, | ||
| 182 | }; | 183 | }; |
| 183 | 184 | ||
| 184 | pub const MemoryDescriptor = extern struct { | 185 | pub const MemoryDescriptor = extern struct { |