summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/IndustryStandard/SmBios.h
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2009-04-28 06:20:55 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2009-04-28 06:20:55 +0000
commitb4ab47ec81525af3dbdbece561b2db431ddf3e40 (patch)
tree1698ed09f78a171c855d9af94c0e2653c9abfd5f /MdePkg/Include/IndustryStandard/SmBios.h
parentbd397350b4346d1d7adc15742efb57ea7fba3dd9 (diff)
downloadedk2-b4ab47ec81525af3dbdbece561b2db431ddf3e40.tar.gz
edk2-b4ab47ec81525af3dbdbece561b2db431ddf3e40.tar.bz2
edk2-b4ab47ec81525af3dbdbece561b2db431ddf3e40.zip
fixed ECC issues.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8196 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/IndustryStandard/SmBios.h')
-rw-r--r--MdePkg/Include/IndustryStandard/SmBios.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/IndustryStandard/SmBios.h
index 5ad0137f33..f61d949e83 100644
--- a/MdePkg/Include/IndustryStandard/SmBios.h
+++ b/MdePkg/Include/IndustryStandard/SmBios.h
@@ -696,13 +696,13 @@ typedef struct {
UINT16 Unknown :1;
UINT16 Standard :1;
UINT16 FastPageMode:1;
- UINT16 EDO :1;
+ UINT16 Edo :1;
UINT16 Parity :1;
- UINT16 ECC :1;
- UINT16 SIMM :1;
- UINT16 DIMM :1;
+ UINT16 Ecc :1;
+ UINT16 Simm :1;
+ UINT16 Dimm :1;
UINT16 BurstEdo :1;
- UINT16 SDRAM :1;
+ UINT16 Sdram :1;
UINT16 Reserved :5;
} MEMORY_CURRENT_TYPE;