From 2327f6ca35c495b61e77a6897b6c4259eb046b99 Mon Sep 17 00:00:00 2001 From: klu2 Date: Thu, 9 Aug 2007 02:54:47 +0000 Subject: [PATCH] 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 --- .../Include/Framework/StatusCode.h | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) 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. -- 2.39.2