summaryrefslogtreecommitdiffstats
path: root/EmbeddedPkg/Include
diff options
context:
space:
mode:
authorJeff Brasen <jbrasen@nvidia.com>2019-01-31 21:28:30 -0700
committerArd Biesheuvel <ard.biesheuvel@linaro.org>2019-02-01 11:30:02 +0100
commit7381bd3e753c4d3b706c752ec1d4305b3378af35 (patch)
tree274bf82be783588ca82a8159dee1d47a43a8ba28 /EmbeddedPkg/Include
parent48190274d27296e273adb86ae5dc8cd845a6072b (diff)
downloadedk2-7381bd3e753c4d3b706c752ec1d4305b3378af35.tar.gz
edk2-7381bd3e753c4d3b706c752ec1d4305b3378af35.tar.bz2
edk2-7381bd3e753c4d3b706c752ec1d4305b3378af35.zip
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>
Diffstat (limited to 'EmbeddedPkg/Include')
-rw-r--r--EmbeddedPkg/Include/Library/PrePiLib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/EmbeddedPkg/Include/Library/PrePiLib.h b/EmbeddedPkg/Include/Library/PrePiLib.h
index a857308ece..92fbc244d7 100644
--- a/EmbeddedPkg/Include/Library/PrePiLib.h
+++ b/EmbeddedPkg/Include/Library/PrePiLib.h
@@ -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