Fixed issue #38, new memtype enums

merge-requests/3/head
bzt 2 years ago
parent dd8dbd0a06
commit 486d76708b

@ -522,6 +522,8 @@ typedef enum {
EfiMemoryMappedIO,
EfiMemoryMappedIOPortSpace,
EfiPalCode,
EfiPresistentMemory,
EfiUnacceptedMemoryType,
EfiMaxMemoryType
} efi_memory_type_t;

Loading…
Cancel
Save