summaryrefslogtreecommitdiff
path: root/IntelFrameworkPkg/Include
diff options
context:
space:
mode:
authoreric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-08 03:59:53 +0000
committereric_tian <eric_tian@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-08 03:59:53 +0000
commit6b7058c4df2af2e543afe9370d9745d62950e9f0 (patch)
tree5695c41c36320972813f069de00204f125f7f78a /IntelFrameworkPkg/Include
parenteeff6bb017ee6531e116bfa657afcfe7dca3833e (diff)
downloadedk2-platforms-6b7058c4df2af2e543afe9370d9745d62950e9f0.tar.xz
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
Diffstat (limited to 'IntelFrameworkPkg/Include')
-rw-r--r--IntelFrameworkPkg/Include/Framework/DataHubRecords.h5
1 files changed, 5 insertions, 0 deletions
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;