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
This commit is contained in:
@ -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.
|
||||
**/
|
||||
|
Reference in New Issue
Block a user