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:
Leif Lindholm 2025-05-29 19:14:30 +01:00 committed by mergify[bot]
parent 72dc1d0104
commit 6b1b031cef

View file

@ -504,7 +504,7 @@ FdtParentOffset (
**/
INT32
EFIAPI
FdtNodeOffsetByPropertyValue (
FdtNodeOffsetByPropValue (
IN CONST VOID *Fdt,
IN INT32 StartOffset,
IN CONST CHAR8 *PropertyName,