X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FInclude%2FCommon%2FDataHubRecords.h;h=eeb6794edf908bcaf3346d4835ea20a82cd82ddf;hp=29bc8a7e00013cf5daff9b120d7dd6e9187390e6;hb=df2b7d51f5ef922e3b4efc6e5b46688d58f79cf1;hpb=157d0d3a87a6406ff2f891852f21a227f8f62052 diff --git a/IntelFrameworkPkg/Include/Common/DataHubRecords.h b/IntelFrameworkPkg/Include/Common/DataHubRecords.h index 29bc8a7e00..eeb6794edf 100644 --- a/IntelFrameworkPkg/Include/Common/DataHubRecords.h +++ b/IntelFrameworkPkg/Include/Common/DataHubRecords.h @@ -159,6 +159,11 @@ typedef struct { } EFI_EXP_BASE2_DATA; +typedef struct { + UINT16 Value; + UINT16 Exponent; +} EFI_EXP_BASE10_DATA; + typedef EFI_EXP_BASE10_DATA EFI_PROCESSOR_MAX_CORE_FREQUENCY_DATA; typedef EFI_EXP_BASE10_DATA EFI_PROCESSOR_MAX_FSB_FREQUENCY_DATA;