* [PATCH] MdePkg Smbios.h: Update Smbios Misc Slot Information Definition
@ 2023-03-29 2:48 gaoliming
0 siblings, 0 replies; only message in thread
From: gaoliming @ 2023-03-29 2:48 UTC (permalink / raw)
To: devel; +Cc: Michael D Kinney, Zhiguang Liu
Current name is too generic to conflict with module local definition.
Update name with the the specific prefix name.
Signed-off-by: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
---
MdePkg/Include/IndustryStandard/SmBios.h | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/IndustryStandard/SmBios.h
index 9cbdec1182..75a6d8c94e 100644
--- a/MdePkg/Include/IndustryStandard/SmBios.h
+++ b/MdePkg/Include/IndustryStandard/SmBios.h
@@ -1428,13 +1428,13 @@ typedef enum {
/// System Slots - Slot Information.
///
typedef enum {
- Others = 0x00,
- Gen1 = 0x01,
- Gen2 = 0x01,
- Gen3 = 0x03,
- Gen4 = 0x04,
- Gen5 = 0x05,
- Gen6 = 0x06
+ SlotInfoOthers = 0x00,
+ SlotInfoGen1 = 0x01,
+ SlotInfoGen2 = 0x01,
+ SlotInfoGen3 = 0x03,
+ SlotInfoGen4 = 0x04,
+ SlotInfoGen5 = 0x05,
+ SlotInfoGen6 = 0x06
} MISC_SLOT_INFORMATION;
///
--
2.37.3.windows.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2023-03-29 2:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-29 2:48 [PATCH] MdePkg Smbios.h: Update Smbios Misc Slot Information Definition gaoliming
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox