EmbeddedPkg/Abootimg.h: fix definition error on function

Fix definition error on function.

Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
diff --git a/EmbeddedPkg/Include/Protocol/Abootimg.h b/EmbeddedPkg/Include/Protocol/Abootimg.h
index c85dad2..7452df6 100644
--- a/EmbeddedPkg/Include/Protocol/Abootimg.h
+++ b/EmbeddedPkg/Include/Protocol/Abootimg.h
@@ -33,8 +33,8 @@
 typedef

 EFI_STATUS

 (EFIAPI *ABOOTIMG_UPDATE_DTB) (

-  IN  EFI_PHYSICAL_ADDRESS    OrigDtbBase;

-  OUT EFI_PHYSICAL_ADDRESS   *NewDtbBase;

+  IN  EFI_PHYSICAL_ADDRESS    OrigDtbBase,

+  OUT EFI_PHYSICAL_ADDRESS   *NewDtbBase

   );

 

 struct _ABOOTIMG_PROTOCOL {