efi_loader rename enum efi_mem_type to efi_memory_type

Use the same name as in the UEFI specification to avoid confusion.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
Heinrich Schuchardt
2021-08-17 15:02:23 +02:00
parent 3ced574530
commit c91737b7f1
3 changed files with 3 additions and 3 deletions

View File

@@ -154,7 +154,7 @@ enum efi_allocate_type {
};
/* Enumeration of memory types introduced in UEFI */
enum efi_mem_type {
enum efi_memory_type {
EFI_RESERVED_MEMORY_TYPE,
/*
* The code portions of a loaded application.