EmbeddedPkg/PrePiLib: Correct function name

Update header file function name for FfsFindFileByName to match
implementation function name.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jeff Brasen <jbrasen@nvidia.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
This commit is contained in:
Jeff Brasen 2019-01-31 21:28:30 -07:00 committed by Ard Biesheuvel
parent 48190274d2
commit 7381bd3e75
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ FfsFindSectionData (
**/
EFI_STATUS
EFIAPI
FfsFindByName (
FfsFindFileByName (
IN CONST EFI_GUID *FileName,
IN CONST EFI_PEI_FV_HANDLE VolumeHandle,
OUT EFI_PEI_FILE_HANDLE *FileHandle