summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Application/Shell/ShellProtocol.h
diff options
context:
space:
mode:
authorJaben Carsey <jaben.carsey@intel.com>2014-08-06 16:18:38 +0000
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>2014-08-06 16:18:38 +0000
commit09fd5328a48faf4f4dfda78015842317cd41c98c (patch)
tree51649255f54f134001cf6b583dcaf82284f52f92 /ShellPkg/Application/Shell/ShellProtocol.h
parent7aae3c355fda9d4548983edfdd27e0460fb9376c (diff)
downloadedk2-09fd5328a48faf4f4dfda78015842317cd41c98c.tar.gz
edk2-09fd5328a48faf4f4dfda78015842317cd41c98c.tar.bz2
edk2-09fd5328a48faf4f4dfda78015842317cd41c98c.zip
Updates the UEFI Shell to produce the new protocol with additional 4 functions.
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jaben Carsey <jaben.carsey@intel.com> Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com> Reviewed by: Daryl McDaniel <daryl.mcdaniel@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15764 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/Application/Shell/ShellProtocol.h')
-rw-r--r--ShellPkg/Application/Shell/ShellProtocol.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ShellPkg/Application/Shell/ShellProtocol.h b/ShellPkg/Application/Shell/ShellProtocol.h
index c473977ae0..e1369617f2 100644
--- a/ShellPkg/Application/Shell/ShellProtocol.h
+++ b/ShellPkg/Application/Shell/ShellProtocol.h
@@ -44,7 +44,7 @@ typedef struct {
EFI_STATUS
EFIAPI
CreatePopulateInstallShellProtocol (
- IN OUT EFI_SHELL_PROTOCOL **NewShell
+ IN OUT EFI_SHELL_PROTOCOL21 **NewShell
);
/**
@@ -60,7 +60,7 @@ CreatePopulateInstallShellProtocol (
EFI_STATUS
EFIAPI
CleanUpShellProtocol (
- IN OUT EFI_SHELL_PROTOCOL *NewShell
+ IN OUT EFI_SHELL_PROTOCOL21 *NewShell
);
/**
@@ -657,7 +657,7 @@ EfiShellOpenFileList(
@param Name A pointer to the environment variable name
- @return !=NULL The environment variable's value. The returned
+ @retval !=NULL The environment variable's value. The returned
pointer does not need to be freed by the caller.
@retval NULL The environment variable doesn't exist.
**/