Current name is too generic to conflict with module local definition.
Update name with the the specific prefix name.

Signed-off-by: Liming Gao <[email protected]>
Cc: Michael D Kinney <[email protected]>
Cc: Zhiguang Liu <[email protected]>
---
 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




-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#102085): https://edk2.groups.io/g/devel/message/102085
Mute This Topic: https://groups.io/mt/97920928/21656
Group Owner: [email protected]
Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to