audk/MdePkg/Include/Uefi
Dmitry Antipov c82ca2bb44 MdePkg: Move MEMORY_TYPE_* Defines to EFI_MEMORY_TYPE Enum
Per TCBZ2372, clang on Linux emits a warning if an enum-typed variable
is compared with a constant outside of the range of the enum. Such
comparisons are performed in multiple locations in DXE core on
variables of type EFI_MEMORY_TYPE. This patch moves the OEM and OS
reserved types into the EFI_MEMORY_TYPE enum itself to resolve this
issue and improve readability. This commit does this for the MdePkg
copy of this enum.

Signed-off-by: Oliver Smith-Denny <osde@linux.microsoft.com>
2024-07-26 03:08:20 +00:00
..
UefiAcpiDataTable.h MdePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
UefiBaseType.h MdePkg: Add missing status codes 2023-08-07 22:56:02 +00:00
UefiGpt.h MdePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
UefiInternalFormRepresentation.h MdePkg: Update keybaord map based on UEFI spec 2.10 2024-02-26 15:32:09 +00:00
UefiMultiPhase.h MdePkg: Move MEMORY_TYPE_* Defines to EFI_MEMORY_TYPE Enum 2024-07-26 03:08:20 +00:00
UefiPxe.h MdePkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
UefiSpec.h MdePkg Updated the comments of EFI_SYSTEM_TABLE and ReadKeyStroke 2024-02-26 19:18:00 +00:00