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, EfiMemoryMappedIO,
EfiMemoryMappedIOPortSpace, EfiMemoryMappedIOPortSpace,
EfiPalCode, EfiPalCode,
EfiPresistentMemory,
EfiUnacceptedMemoryType,
EfiMaxMemoryType EfiMaxMemoryType
} efi_memory_type_t; } efi_memory_type_t;

Loading…
Cancel
Save