]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/CustomizedDisplayLib/CustomizedDisplayLibInternal.h
MdeModulePkg: Clean up source files
[mirror_edk2.git] / MdeModulePkg / Library / CustomizedDisplayLib / CustomizedDisplayLibInternal.h
index ccbd45f4259440b9f58612425bf99fb78bcefc04..09a78854e596c8104543f8be0ff23df7df279fab 100644 (file)
@@ -2,13 +2,13 @@
 \r
   This library class defines a set of interfaces to customize Display module\r
 \r
-Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials are licensed and made available under \r
-the terms and conditions of the BSD License that accompanies this distribution.  \r
+Copyright (c) 2013 - 2018, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials are licensed and made available under\r
+the terms and conditions of the BSD License that accompanies this distribution.\r
 The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php.                                            \r
+http://opensource.org/licenses/bsd-license.php.\r
 \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \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
 \r
 **/\r
@@ -121,10 +121,10 @@ extern CHAR16            *gInputErrorMessage;
   Print banner info for front page.\r
 \r
   @param[in]  FormData             Form Data to be shown in Page\r
-  \r
+\r
 **/\r
 VOID\r
-PrintBannerInfo ( \r
+PrintBannerInfo (\r
   IN FORM_DISPLAY_ENGINE_FORM       *FormData\r
   );\r
 \r
@@ -147,7 +147,7 @@ PrintFramework (
   @return EFI_INVALID_PARAMETER  The input screen info is not acceptable.\r
 \r
 **/\r
-EFI_STATUS \r
+EFI_STATUS\r
 ScreenDiemensionInfoValidate (\r
   IN FORM_DISPLAY_ENGINE_FORM       *FormData\r
   );\r
@@ -193,16 +193,18 @@ LibGetStringWidth (
   Show all registered HotKey help strings on bottom Rows.\r
 \r
   @param FormData          The curent input form data info.\r
+  @param SetState          Set HotKey or Clear HotKey\r
 \r
 **/\r
 VOID\r
 PrintHotKeyHelpString (\r
-  IN FORM_DISPLAY_ENGINE_FORM      *FormData\r
+  IN FORM_DISPLAY_ENGINE_FORM      *FormData,\r
+  IN BOOLEAN                       SetState\r
   );\r
-  \r
+\r
 /**\r
   Get step info from numeric opcode.\r
-  \r
+\r
   @param[in] OpCode     The input numeric op code.\r
 \r
   @return step info for this opcode.\r
@@ -283,7 +285,7 @@ PrintAt (
 \r
 /**\r
   Process some op codes which is out side of current form.\r
-  \r
+\r
   @param FormData                Pointer to the form data.\r
 \r
 **/\r