summaryrefslogtreecommitdiffstats
path: root/IntelFrameworkPkg/Include/Framework/DataHubRecords.h
diff options
context:
space:
mode:
Diffstat (limited to 'IntelFrameworkPkg/Include/Framework/DataHubRecords.h')
-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;