]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/BdsDxe/Hotkey.h
In PcdBootlogoOnlyEnable case, Clear cursor & screen when key rather than Hotkey or
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / BdsDxe / Hotkey.h
index 61b2e3969ea514e883a41e82c2486ba9b0e504a7..3b571b8e64bbef1392f32dcef41db49635bdce5c 100644 (file)
@@ -2,8 +2,8 @@
   Provides a way for 3rd party applications to register themselves for launch by the\r
   Boot Manager based on hot key\r
 \r
-Copyright (c) 2007 - 2008, Intel Corporation. <BR>\r
-All rights reserved. This program and the accompanying materials\r
+Copyright (c) 2007 - 2012, 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
@@ -92,4 +92,14 @@ InitializeHotkeyService (
   VOID\r
   );\r
 \r
+/**\r
+  Try to boot the boot option triggered by hotkey.\r
+  @retval  EFI_SUCCESS             There is HotkeyBootOption & it is processed\r
+  @retval  EFI_NOT_FOUND           There is no HotkeyBootOption\r
+**/\r
+EFI_STATUS\r
+HotkeyBoot (\r
+  VOID\r
+  );\r
+\r
 #endif\r