]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/SetupBrowserDxe/Setup.h
MdeModulePkg PCD: Remove unused PCD attribute PCD_TYPE_SKU_ENABLED
[mirror_edk2.git] / MdeModulePkg / Universal / SetupBrowserDxe / Setup.h
index f1accdf841daf1f0108c3a4155c984068e6ec8b8..09e0be7494b3d15283d82bd8ec9a00c493c17daa 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 Private MACRO, structure and function definitions for Setup Browser module.\r
 \r
-Copyright (c) 2007 - 2016, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2007 - 2017, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
@@ -329,7 +329,10 @@ struct _FORM_BROWSER_STATEMENT{
   BROWSER_STORAGE       *Storage;\r
   VAR_STORE_INFO        VarStoreInfo;\r
   UINT16                StorageWidth;\r
+  UINT16                BitStorageWidth;\r
+  UINT16                BitVarOffset;\r
   UINT8                 QuestionFlags;\r
+  BOOLEAN               QuestionReferToBitField;// Whether the question is stored in a bit field.\r
   CHAR16                *VariableName;    // Name/Value or EFI Variable name\r
   CHAR16                *BlockName;       // Buffer storage block name: "OFFSET=...WIDTH=..."\r
 \r
@@ -580,7 +583,8 @@ extern EDKII_FORM_DISPLAY_ENGINE_PROTOCOL *mFormDisplay;
 \r
 extern BOOLEAN               gCallbackReconnect;\r
 extern BOOLEAN               gFlagReconnect;\r
-extern BOOLEAN               gResetRequired;\r
+extern BOOLEAN               gResetRequiredFormLevel;\r
+extern BOOLEAN               gResetRequiredSystemLevel;\r
 extern BOOLEAN               gExitRequired;\r
 extern LIST_ENTRY            gBrowserFormSetList;\r
 extern LIST_ENTRY            gBrowserHotKeyList;\r