mirror of https://github.com/acidanthera/audk.git
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:
parent
48190274d2
commit
7381bd3e75
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue