mirror of
https://github.com/ziglang/zig.git
synced 2026-02-20 16:24:51 +00:00
boot_services: allow custom MemoryTypes
This commit is contained in:
parent
81bf05bf6c
commit
b8329351b1
@ -179,6 +179,7 @@ pub const MemoryType = enum(u32) {
|
||||
PalCode,
|
||||
PersistentMemory,
|
||||
MaxMemoryType,
|
||||
_,
|
||||
};
|
||||
|
||||
pub const MemoryDescriptor = extern struct {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user