From: "gaoliming" <gaoliming@byosoft.com.cn>
To: devel@edk2.groups.io
Cc: Michael D Kinney <michael.d.kinney@intel.com>,
Zhiguang Liu <zhiguang.liu@intel.com>
Subject: [PATCH] MdePkg Smbios.h: Update Smbios Misc Slot Information Definition
Date: Wed, 29 Mar 2023 10:48:46 +0800 [thread overview]
Message-ID: <20230329024846.1956-1-gaoliming@byosoft.com.cn> (raw)
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
reply other threads:[~2023-03-29 2:49 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230329024846.1956-1-gaoliming@byosoft.com.cn \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox