MdeModulePkg/Udf: Refine function description comments
Cc: Paulo Alcantara <pcacjr@zytor.com> Cc: Ruiyu Ni <ruiyu.ni@intel.com> Cc: Star Zeng <star.zeng@intel.com> Cc: Eric Dong <eric.dong@intel.com> Cc: Dandan Bi <dandan.bi@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Hao Wu <hao.a.wu@intel.com> Reviewed-by: Paulo Alcantara <pcacjr@zytor.com> Reviewed-by: Star Zeng <star.zeng@intel.com>
This commit is contained in:
@@ -40,6 +40,18 @@ UDF_DEVICE_PATH gUdfDevicePath = {
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
Find the anchor volume descriptor pointer.
|
||||
|
||||
@param[in] BlockIo BlockIo interface.
|
||||
@param[in] DiskIo DiskIo interface.
|
||||
@param[out] AnchorPoint Anchor volume descriptor pointer.
|
||||
|
||||
@retval EFI_SUCCESS Anchor volume descriptor pointer found.
|
||||
@retval EFI_VOLUME_CORRUPTED The file system structures are corrupted.
|
||||
@retval other Anchor volume descriptor pointer not found.
|
||||
|
||||
**/
|
||||
EFI_STATUS
|
||||
FindAnchorVolumeDescriptorPointer (
|
||||
IN EFI_BLOCK_IO_PROTOCOL *BlockIo,
|
||||
|
Reference in New Issue
Block a user