diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-10 13:32:19 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-02-10 13:32:19 +0000 |
commit | b99828832108937c999f72f6a0b78cd791df5cc9 (patch) | |
tree | 3612908addbb8cc0f29d611d6563435d9c5ae059 /MdeModulePkg/Library/UefiIfrSupportLib/UefiIfrLibraryInternal.h | |
parent | 9e5acfd583ee88d53cb77691f0d0a882c0fc2473 (diff) | |
download | edk2-platforms-b99828832108937c999f72f6a0b78cd791df5cc9.tar.xz |
Correct typo in comments, clean IfrSupportLib.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7494 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/UefiIfrSupportLib/UefiIfrLibraryInternal.h')
-rw-r--r-- | MdeModulePkg/Library/UefiIfrSupportLib/UefiIfrLibraryInternal.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MdeModulePkg/Library/UefiIfrSupportLib/UefiIfrLibraryInternal.h b/MdeModulePkg/Library/UefiIfrSupportLib/UefiIfrLibraryInternal.h index 43897b9920..7abf9cefd6 100644 --- a/MdeModulePkg/Library/UefiIfrSupportLib/UefiIfrLibraryInternal.h +++ b/MdeModulePkg/Library/UefiIfrSupportLib/UefiIfrLibraryInternal.h @@ -32,6 +32,10 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include <Library/MemoryAllocationLib.h>
#include <Library/IfrSupportLib.h>
+#define INVALID_VARSTORE_ID 0
+
+#define QUESTION_FLAGS (EFI_IFR_FLAG_READ_ONLY | EFI_IFR_FLAG_CALLBACK | EFI_IFR_FLAG_RESET_REQUIRED | EFI_IFR_FLAG_OPTIONS_ONLY)
+#define QUESTION_FLAGS_MASK (~QUESTION_FLAGS)
#endif
|