mirror of https://github.com/acidanthera/audk.git
update comment
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6848 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d8444a2766
commit
90eff00547
|
@ -345,9 +345,17 @@ InitializeFirmwareVolume2 (
|
|||
return EFI_SUCCESS;
|
||||
}
|
||||
|
||||
/**
|
||||
Convert FV attrbiutes to FV2 attributes.
|
||||
|
||||
@param Fv2Attributes FV2 attributes.
|
||||
|
||||
@return FV attributes.
|
||||
|
||||
**/
|
||||
FRAMEWORK_EFI_FV_ATTRIBUTES
|
||||
Fv2AttributesToFvAttributes (
|
||||
EFI_FV_ATTRIBUTES Fv2Attributes
|
||||
IN EFI_FV_ATTRIBUTES Fv2Attributes
|
||||
)
|
||||
{
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue