X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ShellPkg%2FLibrary%2FUefiShellDriver1CommandsLib%2FUefiShellDriver1CommandsLib.h;h=c65d0ed69597b38a1f91c2f5e51706234b5cf8c4;hb=d86b04fbe9955e3fc56f3f529a505005ad3a090f;hp=46ba8fdd8f6cd64aa73e107d3821760acba613d9;hpb=863986b3c8e67736d361b68e293d01e6f92f825c;p=mirror_edk2.git diff --git a/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.h b/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.h index 46ba8fdd8f..c65d0ed695 100644 --- a/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.h +++ b/ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.h @@ -1,7 +1,7 @@ /** @file Main file for NULL named library for Profile1 shell command functions. - Copyright (c) 2010 - 2013, Intel Corporation. All rights reserved.
+ Copyright (c) 2010 - 2014, 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 @@ -23,6 +23,8 @@ #include #include +#include + #include #include #include @@ -36,6 +38,8 @@ #include #include #include +#include +#include #include #include @@ -54,6 +58,7 @@ #include #include #include +#include extern EFI_HANDLE gShellDriver1HiiHandle; @@ -202,5 +207,20 @@ ShellCommandRunUnload ( IN EFI_SYSTEM_TABLE *SystemTable ); +/** + Do a connect from an EFI variable via it's key name. + + @param[in] Key The name of the EFI Variable. + + @retval EFI_SUCCESS The operation was successful. +**/ +EFI_STATUS +EFIAPI +ShellConnectFromDevPaths ( + IN CONST CHAR16 *Key + ); + + + #endif