]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDriver1CommandsLib/UefiShellDriver1CommandsLib.h
ShellPkg/UefiShellDriver1CommandsLib: Remove unnecessary EFIAPI
[mirror_edk2.git] / ShellPkg / Library / UefiShellDriver1CommandsLib / UefiShellDriver1CommandsLib.h
index a68af513b5d2a94fe6693f0f402526a53619bead..7d1a601d7593c6258c626ba9f320406d363904e4 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Main file for NULL named library for Profile1 shell command functions.\r
 \r
-  Copyright (c) 2010 - 2013, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2010 - 2014, 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
@@ -23,6 +23,8 @@
 #include <Guid/ConsoleOutDevice.h>\r
 #include <Guid/ShellLibHiiGuid.h>\r
 \r
+#include <IndustryStandard/Pci.h>\r
+\r
 #include <Protocol/EfiShell.h>\r
 #include <Protocol/EfiShellParameters.h>\r
 #include <Protocol/DevicePath.h>\r
@@ -36,6 +38,8 @@
 #include <Protocol/DriverSupportedEfiVersion.h>\r
 #include <Protocol/DriverFamilyOverride.h>\r
 #include <Protocol/DriverHealth.h>\r
+#include <Protocol/PciIo.h>\r
+#include <Protocol/PciRootBridgeIo.h>\r
 \r
 #include <Library/BaseLib.h>\r
 #include <Library/BaseMemoryLib.h>\r
@@ -204,17 +208,18 @@ ShellCommandRunUnload (
   );\r
 \r
 /**\r
-  Function to translate the EFI_MEMORY_TYPE into a string.\r
+  Do a connect from an EFI variable via it's key name.\r
 \r
-  @param[in] Memory     The memory type.\r
+  @param[in] Key      The name of the EFI Variable.\r
 \r
-  @retval               A string representation of the type allocated from BS Pool.\r
+  @retval EFI_SUCCESS   The operation was successful.\r
 **/\r
-CHAR16*\r
-EFIAPI\r
-ConvertMemoryType (\r
-  IN CONST EFI_MEMORY_TYPE Memory\r
+EFI_STATUS\r
+ShellConnectFromDevPaths (\r
+  IN CONST CHAR16 *Key\r
   );\r
 \r
+\r
+\r
 #endif\r
 \r