refine some definitions comments.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9031 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
eric_tian
2009-08-10 06:32:30 +00:00
parent 0c7517b92b
commit 33d228aa02
2 changed files with 5 additions and 6 deletions

View File

@ -279,7 +279,7 @@ typedef struct {
/// Inconsistent with specification here: /// Inconsistent with specification here:
/// Following defintion may not comply with Framework Specification HII 0.92. To /// Following defintion may not comply with Framework Specification HII 0.92. To
/// keep the inconsistant is for implementation needed. /// keep the inconsistant is for implementation needed.
/// ///@{
typedef struct { typedef struct {
FRAMEWORK_EFI_IFR_OP_HEADER Header; FRAMEWORK_EFI_IFR_OP_HEADER Header;
UINT8 Flags; UINT8 Flags;
@ -323,6 +323,7 @@ typedef struct {
UINT16 VariableId; ///< offset into variable storage UINT16 VariableId; ///< offset into variable storage
UINT16 Value; ///< value to compare against UINT16 Value; ///< value to compare against
} EFI_IFR_EQ_VAR_VAL; } EFI_IFR_EQ_VAR_VAL;
///@}
typedef struct { typedef struct {
FRAMEWORK_EFI_IFR_OP_HEADER Header; FRAMEWORK_EFI_IFR_OP_HEADER Header;

View File

@ -37,11 +37,9 @@ typedef struct _EFI_FORM_CALLBACK_PROTOCOL EFI_FORM_CALLBACK_PROTOCOL;
/// ///
/// Inconsistent with specification here: /// Inconsistent with specification here:
/// EFI_IFR_DATA_ENTRY RESET_REQUIRED, EXIT_REQUIRED, SAVE_REQUIRED, NV_CHANGED /// RESET_REQUIRED, EXIT_REQUIRED, SAVE_REQUIRED, NV_CHANGED and NV_NOT_CHANGED are not
//// and NV_NOT_CHANGED are not defined in HII specification. These Flags of EFI_IFR_DATA_ENTRY /// defined in HII specification. These Flags of EFI_IFR_DATA_ENTRY should be defined
/// should be defined to describe the standard behavior of the browser after the callback. /// to describe the standard behavior of the browser after the callback.
///
/// ///
/// If this flag is set, the browser will exit and reset after processing callback results /// If this flag is set, the browser will exit and reset after processing callback results
/// ///