From: klu2 Date: Thu, 9 Aug 2007 02:54:47 +0000 (+0000) Subject: Move the structure of DATA_HUB_STATUS_CODE_DATA_RECORD from IntelFrameworkPkg to... X-Git-Tag: edk2-stable201903~22378 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=2327f6ca35c495b61e77a6897b6c4259eb046b99 Move the structure of DATA_HUB_STATUS_CODE_DATA_RECORD from IntelFrameworkPkg to IntelFrameworkModulePkg/Include/Guid/DataHubStatusCodeRecord.h git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3583 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/IntelFrameworkPkg/Include/Framework/StatusCode.h b/IntelFrameworkPkg/Include/Framework/StatusCode.h index 6e997b679f..bc9e55863b 100644 --- a/IntelFrameworkPkg/Include/Framework/StatusCode.h +++ b/IntelFrameworkPkg/Include/Framework/StatusCode.h @@ -39,23 +39,6 @@ // // ///////////////////////////////////////////////////////////////////////////// // Section 1 -//////////////////////////////////////////////////////////////////////////////// - -// -// Data Hub Status Code class record definition -// This structure isn't adopted by PI, so is defined here. -// -typedef struct { - EFI_STATUS_CODE_TYPE CodeType; - EFI_STATUS_CODE_VALUE Value; - UINT32 Instance; - EFI_GUID CallerId; - EFI_STATUS_CODE_DATA Data; -} DATA_HUB_STATUS_CODE_DATA_RECORD; - -// -// ///////////////////////////////////////////////////////////////////////////// -// Section 2 /////////////////////////////////////////////////////////////////////////////// // // Class definitions @@ -79,7 +62,7 @@ typedef struct { // // ///////////////////////////////////////////////////////////////////////////// -// Section 3 +// Section 2 /////////////////////////////////////////////////////////////////////////////// // // Computing Unit Subclass definitions.