mirror of
https://gitlab.com/bztsrc/posix-uefi.git
synced 2024-12-28 06:55:08 +01:00
Fixed issue #38, new memtype enums
This commit is contained in:
parent
dd8dbd0a06
commit
486d76708b
1 changed files with 2 additions and 0 deletions
|
@ -522,6 +522,8 @@ typedef enum {
|
|||
EfiMemoryMappedIO,
|
||||
EfiMemoryMappedIOPortSpace,
|
||||
EfiPalCode,
|
||||
EfiPresistentMemory,
|
||||
EfiUnacceptedMemoryType,
|
||||
EfiMaxMemoryType
|
||||
} efi_memory_type_t;
|
||||
|
||||
|
|
Loading…
Reference in a new issue