summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.h')
-rw-r--r--MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.h b/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.h
index 26d9a31865..dd7f5790a5 100644
--- a/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.h
+++ b/MdeModulePkg/Application/BootManagerMenuApp/BootManagerMenu.h
@@ -1,7 +1,7 @@
/** @file
FrontPage routines to handle the callbacks and browser calls
-Copyright (c) 2004 - 2015, Intel Corporation. All rights reserved.<BR>
+Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.<BR>
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
@@ -37,24 +37,24 @@ typedef struct _BOOT_MENU_SCREEN {
UINTN StartRow;
UINTN Width;
UINTN Height;
-} BOOT_MENU_SCREEN;
+} BOOT_MENU_SCREEN;
typedef struct _BOOT_MENU_SCROLL_BAR_CONTROL {
BOOLEAN HasScrollBar;
UINTN ItemCountPerScreen;
UINTN FirstItem;
UINTN LastItem;
-} BOOT_MENU_SCROLL_BAR_CONTROL;
+} BOOT_MENU_SCROLL_BAR_CONTROL;
typedef struct _BOOT_MENU_POPUP_DATA {
EFI_STRING_ID TitleToken[TITLE_TOKEN_COUNT]; // Title string ID
UINTN ItemCount; // Selectable item count
EFI_STRING_ID *PtrTokens; // All of selectable items string ID
EFI_STRING_ID HelpToken[HELP_TOKEN_COUNT]; // All of help string ID
- UINTN SelectItem; // Current select item
+ UINTN SelectItem; // Current select item
BOOT_MENU_SCREEN MenuScreen; // Boot menu screen information
BOOT_MENU_SCROLL_BAR_CONTROL ScrollBarControl; // Boot menu scroll bar inoformation
} BOOT_MENU_POPUP_DATA;
-#endif
+#endif