X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=IntelFrameworkModulePkg%2FUniversal%2FBdsDxe%2FHotkey.h;h=3b571b8e64bbef1392f32dcef41db49635bdce5c;hb=f9b843ec49b141ec83bcd79b0803923299059888;hp=61b2e3969ea514e883a41e82c2486ba9b0e504a7;hpb=a9e7937ab0a43f8e0e4ee94f16fd047e6aefd3d5;p=mirror_edk2.git diff --git a/IntelFrameworkModulePkg/Universal/BdsDxe/Hotkey.h b/IntelFrameworkModulePkg/Universal/BdsDxe/Hotkey.h index 61b2e3969e..3b571b8e64 100644 --- a/IntelFrameworkModulePkg/Universal/BdsDxe/Hotkey.h +++ b/IntelFrameworkModulePkg/Universal/BdsDxe/Hotkey.h @@ -2,8 +2,8 @@ Provides a way for 3rd party applications to register themselves for launch by the Boot Manager based on hot key -Copyright (c) 2007 - 2008, Intel Corporation.
-All rights reserved. This program and the accompanying materials +Copyright (c) 2007 - 2012, 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 http://opensource.org/licenses/bsd-license.php @@ -92,4 +92,14 @@ InitializeHotkeyService ( VOID ); +/** + Try to boot the boot option triggered by hotkey. + @retval EFI_SUCCESS There is HotkeyBootOption & it is processed + @retval EFI_NOT_FOUND There is no HotkeyBootOption +**/ +EFI_STATUS +HotkeyBoot ( + VOID + ); + #endif