summaryrefslogtreecommitdiff
path: root/IntelFrameworkPkg/Include/Framework/FrameworkInternalFormRepresentation.h
diff options
context:
space:
mode:
authorjchen20 <jchen20@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-09 10:27:43 +0000
committerjchen20 <jchen20@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-09 10:27:43 +0000
commit6d1824fc6eb724bf6d21f701b2c66835d1529161 (patch)
tree0b4f689fb7891026986454585c72beb3f44aac9f /IntelFrameworkPkg/Include/Framework/FrameworkInternalFormRepresentation.h
parente89985504d71b2aa08e962d40d07be47d5175e5a (diff)
downloadedk2-platforms-6d1824fc6eb724bf6d21f701b2c66835d1529161.tar.xz
Add comments to describe the difference between code and spec to fix the bug #202430
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8839 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/Include/Framework/FrameworkInternalFormRepresentation.h')
-rw-r--r--IntelFrameworkPkg/Include/Framework/FrameworkInternalFormRepresentation.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/IntelFrameworkPkg/Include/Framework/FrameworkInternalFormRepresentation.h b/IntelFrameworkPkg/Include/Framework/FrameworkInternalFormRepresentation.h
index c2baa8fcec..4daf27ca56 100644
--- a/IntelFrameworkPkg/Include/Framework/FrameworkInternalFormRepresentation.h
+++ b/IntelFrameworkPkg/Include/Framework/FrameworkInternalFormRepresentation.h
@@ -273,6 +273,11 @@ typedef struct {
UINT16 Key;
} FRAMEWORK_EFI_IFR_HIDDEN;
+///
+/// Inconsistent with specification here:
+/// Following defintion may not comply with Framework Specification HII 0.92. To
+/// keep the inconsistant is for implementation needed.
+///
typedef struct {
FRAMEWORK_EFI_IFR_OP_HEADER Header;
UINT8 Flags;