mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
MdePkg/BaseFdtLib: fix declaration/definition misalignment
Commit e25331fc45
("MdePkg,UefiPayloadPkg: clean up BaseFdtLib API confusion"),
missed out aligning the wrapper for fdt_node_offset_by_property_value
between heade and implementation.
Fix this by updating the header to declare FdtNodeOffsetByPropValue
instead of FdtNodeOffsetByPropertyValue.
Signed-off-by: Leif Lindholm <leif.lindholm@oss.qualcomm.com>
This commit is contained in:
parent
72dc1d0104
commit
6b1b031cef
1 changed files with 1 additions and 1 deletions
|
|
@ -504,7 +504,7 @@ FdtParentOffset (
|
|||
**/
|
||||
INT32
|
||||
EFIAPI
|
||||
FdtNodeOffsetByPropertyValue (
|
||||
FdtNodeOffsetByPropValue (
|
||||
IN CONST VOID *Fdt,
|
||||
IN INT32 StartOffset,
|
||||
IN CONST CHAR8 *PropertyName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue