From 6b7058c4df2af2e543afe9370d9745d62950e9f0 Mon Sep 17 00:00:00 2001 From: eric_tian Date: Wed, 8 Jul 2009 03:59:53 +0000 Subject: [PATCH] Inconsistent with specification here: It's a typo of MiscSubclass 0.9 spec. It should be a variable name "ChassisType" rather than a type "EFI_MISC_CHASSIS_TYPE". git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8803 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFrameworkPkg/Include/Framework/DataHubRecords.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/IntelFrameworkPkg/Include/Framework/DataHubRecords.h b/IntelFrameworkPkg/Include/Framework/DataHubRecords.h index ec3a1e8bd2..db777e58b0 100644 --- a/IntelFrameworkPkg/Include/Framework/DataHubRecords.h +++ b/IntelFrameworkPkg/Include/Framework/DataHubRecords.h @@ -1636,6 +1636,11 @@ typedef enum { } EFI_MISC_CHASSIS_TYPE; typedef struct { + /// + /// Inconsistent with specification here: + /// It's a typo of MiscSubclass 0.9 spec. It should be a variable + /// name "ChassisType" rather than a type "EFI_MISC_CHASSIS_TYPE". + /// UINT32 ChassisType :16; UINT32 ChassisLockPresent:1; UINT32 Reserved :15; -- 2.39.2