diff --git a/MdePkg/Include/IndustryStandard/SmBios.h b/MdePkg/Include/IndustryStandard/SmBios.h index 694ee3361b..8a025d602f 100644 --- a/MdePkg/Include/IndustryStandard/SmBios.h +++ b/MdePkg/Include/IndustryStandard/SmBios.h @@ -857,8 +857,8 @@ typedef struct { UINT16 NonBurst :1; UINT16 Burst :1; UINT16 PipelineBurst :1; - UINT16 Asynchronous :1; UINT16 Synchronous :1; + UINT16 Asynchronous :1; UINT16 Reserved :9; } CACHE_SRAM_TYPE_DATA;