summaryrefslogtreecommitdiff
path: root/IntelFrameworkPkg/Include/Guid/DataHubRecords.h
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-24 03:27:05 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-24 03:27:05 +0000
commit7f586454826cc6b99a03215188166fc4a4949d63 (patch)
treeda8c534bb9f11da174c2527af22d2b5c4da13ccc /IntelFrameworkPkg/Include/Guid/DataHubRecords.h
parentb205f267d68d8f001ed01a372c2db21070b49343 (diff)
downloadedk2-platforms-7f586454826cc6b99a03215188166fc4a4949d63.tar.xz
Move those status code definitions that exactly match the PI 1.2 Specification from the IntelFrameworkPkg to MdePkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8989 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Include/Guid/DataHubRecords.h')
-rw-r--r--IntelFrameworkPkg/Include/Guid/DataHubRecords.h20
1 files changed, 5 insertions, 15 deletions
diff --git a/IntelFrameworkPkg/Include/Guid/DataHubRecords.h b/IntelFrameworkPkg/Include/Guid/DataHubRecords.h
index 10d33ec920..a7cc2f7682 100644
--- a/IntelFrameworkPkg/Include/Guid/DataHubRecords.h
+++ b/IntelFrameworkPkg/Include/Guid/DataHubRecords.h
@@ -18,6 +18,11 @@
#ifndef _DATAHUB_RECORDS_GUID_H_
#define _DATAHUB_RECORDS_GUID_H_
+//
+// The include is required to retrieve type EFI_EXP_BASE10_DATA
+//
+#include <Guid/StatusCodeDataTypeId.h>
+
#define EFI_PROCESSOR_SUBCLASS_GUID \
{ 0x26fdeb7e, 0xb8af, 0x4ccf, {0xaa, 0x97, 0x02, 0x63, 0x3c, 0xe4, 0x8c, 0xa7 } }
@@ -251,21 +256,6 @@ typedef struct {
UINT16 Exponent;
} EFI_EXP_BASE2_DATA;
-///
-/// This macro provides a calculation for base-2 representations. Value and Exponent are each
-/// INT16. It is 16 bits wide and is unsigned to mean nonnegative values.
-///
-typedef struct {
- ///
- /// The INT16 number by which to multiply the base-2 representation.
- ///
- INT16 Value;
- ///
- /// The INT16 number by which to raise the base-2 calculation.
- ///
- INT16 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;
typedef EFI_EXP_BASE10_DATA EFI_PROCESSOR_CORE_FREQUENCY_DATA;