X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FInclude%2FFramework%2FStatusCodeDataTypeId.h;h=bbac63396913e37d224a099eabfd146e9738288c;hp=7feb12741dd9b604bfdcf4e019924a2e2428d470;hb=f22cf5f19ab53e55b6d5dbd76a0e817ce4e0d756;hpb=f4118ff0a521b2d1899d62b32d017c9176a6d2ff diff --git a/IntelFrameworkPkg/Include/Framework/StatusCodeDataTypeId.h b/IntelFrameworkPkg/Include/Framework/StatusCodeDataTypeId.h index 7feb12741d..bbac633969 100644 --- a/IntelFrameworkPkg/Include/Framework/StatusCodeDataTypeId.h +++ b/IntelFrameworkPkg/Include/Framework/StatusCodeDataTypeId.h @@ -24,11 +24,6 @@ #include #include -/// -/// The size of string -/// -#define EFI_STATUS_CODE_DATA_MAX_STRING_SIZE 150 - /// /// This is the max data size including all the headers which can be passed /// as Status Code data. This data should be multiple of 8 byte @@ -64,19 +59,6 @@ typedef struct { #pragma pack() -#pragma pack(1) - -typedef struct { - UINT32 ErrorLevel; - // - // 12 * sizeof (UINT64) Var Arg stack - // - // ascii DEBUG () Format string - // -} EFI_DEBUG_INFO; - -#pragma pack() - // // declaration for EFI_EXP_DATA. This may change //