X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=IntelFrameworkModulePkg%2FUniversal%2FBdsDxe%2FFrontPage.h;h=033655c4c16fc3024db3b272bff377ee90502c33;hb=8df1634c8b3e1ecb6149cd3e19f2f35ed1f33b2f;hp=420a474e35d96ebed77313ef72a95d4bfc45e218;hpb=da96258f9e8df36a884b6c2be491a150cf8a46e4;p=mirror_edk2.git diff --git a/IntelFrameworkModulePkg/Universal/BdsDxe/FrontPage.h b/IntelFrameworkModulePkg/Universal/BdsDxe/FrontPage.h index 420a474e35..033655c4c1 100644 --- a/IntelFrameworkModulePkg/Universal/BdsDxe/FrontPage.h +++ b/IntelFrameworkModulePkg/Universal/BdsDxe/FrontPage.h @@ -1,7 +1,7 @@ /** @file FrontPage routines to handle the callbacks and browser calls -Copyright (c) 2004 - 2008, Intel Corporation.
+Copyright (c) 2004 - 2009, Intel Corporation.
All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -20,6 +20,18 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #include "BootMngr/BootManager.h" #include "String.h" + +// +// These are the VFR compiler generated data representing our VFR data. +// +extern UINT8 FrontPageVfrBin[]; + +extern EFI_FORM_BROWSER2_PROTOCOL *gFormBrowser2; + +extern UINTN gCallbackKey; +extern BOOLEAN gConnectAllHappened; + + #define ONE_SECOND 10000000 /// @@ -45,6 +57,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #define FRONT_PAGE_KEY_BOOT_MAINTAIN 0x9876 #define LABEL_SELECT_LANGUAGE 0x1000 +#define LABEL_END 0xffff #define FRONT_PAGE_FORMSET_GUID \ { \ @@ -76,19 +89,6 @@ typedef struct { FRONT_PAGE_CALLBACK_DATA_SIGNATURE \ ) -// -// These are the VFR compiler generated data representing our VFR data. -// -extern UINT8 FrontPageVfrBin[]; - -extern EFI_HII_DATABASE_PROTOCOL *gHiiDatabase; -extern EFI_HII_STRING_PROTOCOL *gHiiString; -extern EFI_FORM_BROWSER2_PROTOCOL *gFormBrowser2; -extern EFI_HII_CONFIG_ROUTING_PROTOCOL *gHiiConfigRouting; - -extern UINTN gCallbackKey; -extern BOOLEAN gConnectAllHappened; - /** This function allows a caller to extract the current configuration for one or more named elements from the target driver. @@ -232,7 +232,7 @@ TimeCompare ( @param TimeoutDefault - The fault time out value before the system continue to boot. @param ConnectAllHappened - The indicater to check if the connect all have - already happended. + already happened. **/ VOID