]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmVirtPkg/FdtClientDxe: supplement missing EFIAPI calling conv specifiers
authorLaszlo Ersek <lersek@redhat.com>
Wed, 8 Mar 2017 19:05:06 +0000 (20:05 +0100)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 9 Mar 2017 17:37:04 +0000 (18:37 +0100)
Add missing EFIAPI calling convention specifiers to STATIC function
that are exposed via the FdtClientProtocol interface.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
ArmVirtPkg/FdtClientDxe/FdtClientDxe.c

index 7cc0c44ca12ae9f2fcba1c02d47d650cbfc7e09f..547a29fce62c9fc06cc525776daf5ba983af708f 100644 (file)
@@ -29,6 +29,7 @@ STATIC VOID  *mDeviceTreeBase;
 \r
 STATIC\r
 EFI_STATUS\r
+EFIAPI\r
 GetNodeProperty (\r
   IN  FDT_CLIENT_PROTOCOL     *This,\r
   IN  INT32                   Node,\r
@@ -55,6 +56,7 @@ GetNodeProperty (
 \r
 STATIC\r
 EFI_STATUS\r
+EFIAPI\r
 SetNodeProperty (\r
   IN  FDT_CLIENT_PROTOCOL     *This,\r
   IN  INT32                   Node,\r
@@ -267,6 +269,7 @@ FindMemoryNodeReg (
 \r
 STATIC\r
 EFI_STATUS\r
+EFIAPI\r
 GetOrInsertChosenNode (\r
   IN  FDT_CLIENT_PROTOCOL     *This,\r
   OUT INT32                   *Node\r