mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
MdeModulePkg Variable: Add/Correct GetHobVariableStore para description
It is caused by 09808bd39b0c76559354253639766458ec24da79. Cc: Liming Gao <liming.gao@intel.com> Cc: Dandan Bi <dandan.bi@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Star Zeng <star.zeng@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Dandan Bi <dandan.bi@intel.com>
This commit is contained in:
parent
9c227e07dd
commit
5f46352300
@ -498,6 +498,9 @@ CompareWithValidVariable (
|
|||||||
/**
|
/**
|
||||||
Get HOB variable store.
|
Get HOB variable store.
|
||||||
|
|
||||||
|
@param[out] StoreInfo Return the store info.
|
||||||
|
@param[out] VariableStoreHeader Return variable store header.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
VOID
|
VOID
|
||||||
GetHobVariableStore (
|
GetHobVariableStore (
|
||||||
|
@ -4173,7 +4173,7 @@ ConvertNormalVarStorageToAuthVarStorage (
|
|||||||
/**
|
/**
|
||||||
Get HOB variable store.
|
Get HOB variable store.
|
||||||
|
|
||||||
@param[out] VariableGuid NV variable store signature.
|
@param[in] VariableGuid NV variable store signature.
|
||||||
|
|
||||||
@retval EFI_SUCCESS Function successfully executed.
|
@retval EFI_SUCCESS Function successfully executed.
|
||||||
@retval EFI_OUT_OF_RESOURCES Fail to allocate enough memory resource.
|
@retval EFI_OUT_OF_RESOURCES Fail to allocate enough memory resource.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user