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