diff options
author | Heinrich Schuchardt | 2021-08-17 15:02:23 +0200 |
---|---|---|
committer | Heinrich Schuchardt | 2021-08-17 17:24:08 +0200 |
commit | c91737b7f1a5180b8944eea2121347ef6429b17c (patch) | |
tree | da06d72cfa38a1a41275f0a32d203dc6d0395aaa /include/efi.h | |
parent | 3ced574530e13b12cec3dc9ef87f1a175fb76c83 (diff) |
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>
Diffstat (limited to 'include/efi.h')
-rw-r--r-- | include/efi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/efi.h b/include/efi.h index 4eb573a2806..18c13e0370a 100644 --- a/include/efi.h +++ b/include/efi.h @@ -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. |