projects
/
mirror_edk2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4819027
)
EmbeddedPkg/PrePiLib: Correct function name
author
Jeff Brasen
<jbrasen@nvidia.com>
Fri, 1 Feb 2019 04:28:30 +0000
(21:28 -0700)
committer
Ard Biesheuvel
<ard.biesheuvel@linaro.org>
Fri, 1 Feb 2019 10:30:02 +0000
(11:30 +0100)
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>
EmbeddedPkg/Include/Library/PrePiLib.h
patch
|
blob
|
history
diff --git
a/EmbeddedPkg/Include/Library/PrePiLib.h
b/EmbeddedPkg/Include/Library/PrePiLib.h
index
a857308
..
92fbc24
100644
(file)
--- a/
EmbeddedPkg/Include/Library/PrePiLib.h
+++ b/
EmbeddedPkg/Include/Library/PrePiLib.h
@@
-101,7
+101,7
@@
FfsFindSectionData (
**/
\r
EFI_STATUS
\r
EFIAPI
\r
-FfsFindByName (
\r
+FfsFind
File
ByName (
\r
IN CONST EFI_GUID *FileName,
\r
IN CONST EFI_PEI_FV_HANDLE VolumeHandle,
\r
OUT EFI_PEI_FILE_HANDLE *FileHandle
\r