]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / Application / BootManagerMenuApp / BootManagerMenu.h
index 26d9a318654c83518ff09ce480afb5c126947f73..876237df1881455a79d470e3b7348b1bfe14cbd1 100644 (file)
@@ -1,18 +1,11 @@
 /** @file\r
   FrontPage routines to handle the callbacks and browser calls\r
 \r
-Copyright (c) 2004 - 2015, 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
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.<BR>\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
-\r
 #ifndef _BOOT_MANAGER_MENU_H_\r
 #define _BOOT_MANAGER_MENU_H_\r
 \r
@@ -29,32 +22,31 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Protocol/LoadedImage.h>\r
 #include <Protocol/BootLogo.h>\r
 \r
-#define TITLE_TOKEN_COUNT   1\r
-#define HELP_TOKEN_COUNT    3\r
+#define TITLE_TOKEN_COUNT  1\r
+#define HELP_TOKEN_COUNT   3\r
 \r
 typedef struct _BOOT_MENU_SCREEN {\r
-  UINTN        StartCol;\r
-  UINTN        StartRow;\r
-  UINTN        Width;\r
-  UINTN        Height;\r
-} BOOT_MENU_SCREEN; \r
+  UINTN    StartCol;\r
+  UINTN    StartRow;\r
+  UINTN    Width;\r
+  UINTN    Height;\r
+} BOOT_MENU_SCREEN;\r
 \r
 typedef struct _BOOT_MENU_SCROLL_BAR_CONTROL {\r
-  BOOLEAN      HasScrollBar;\r
-  UINTN        ItemCountPerScreen;\r
-  UINTN        FirstItem;\r
-  UINTN        LastItem;\r
-} BOOT_MENU_SCROLL_BAR_CONTROL; \r
+  BOOLEAN    HasScrollBar;\r
+  UINTN      ItemCountPerScreen;\r
+  UINTN      FirstItem;\r
+  UINTN      LastItem;\r
+} BOOT_MENU_SCROLL_BAR_CONTROL;\r
 \r
 typedef struct _BOOT_MENU_POPUP_DATA {\r
   EFI_STRING_ID                   TitleToken[TITLE_TOKEN_COUNT]; // Title string ID\r
   UINTN                           ItemCount;                     // Selectable item count\r
   EFI_STRING_ID                   *PtrTokens;                    // All of selectable items string ID\r
   EFI_STRING_ID                   HelpToken[HELP_TOKEN_COUNT];   // All of help string ID\r
-  UINTN                           SelectItem;                    // Current select  item       \r
+  UINTN                           SelectItem;                    // Current select  item\r
   BOOT_MENU_SCREEN                MenuScreen;                    // Boot menu screen information\r
-  BOOT_MENU_SCROLL_BAR_CONTROL    ScrollBarControl;              // Boot menu scroll bar inoformation\r
+  BOOT_MENU_SCROLL_BAR_CONTROL    ScrollBarControl;              // Boot menu scroll bar information\r
 } BOOT_MENU_POPUP_DATA;\r
 \r
-#endif \r
-\r
+#endif\r