Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Anthony PERARD <anthony.per...@citrix.com>
---
 OvmfPkg/XenBusDxe/EventChannel.c | 1 +
 OvmfPkg/XenBusDxe/EventChannel.h | 1 +
 2 files changed, 2 insertions(+)

diff --git a/OvmfPkg/XenBusDxe/EventChannel.c b/OvmfPkg/XenBusDxe/EventChannel.c
index 490ca58..b9d919f 100644
--- a/OvmfPkg/XenBusDxe/EventChannel.c
+++ b/OvmfPkg/XenBusDxe/EventChannel.c
@@ -20,6 +20,7 @@
 #include <Library/XenHypercallLib.h>
 
 UINT32
+EFIAPI
 XenEventChannelNotify (
   IN XENBUS_DEVICE *Dev,
   IN evtchn_port_t Port
diff --git a/OvmfPkg/XenBusDxe/EventChannel.h b/OvmfPkg/XenBusDxe/EventChannel.h
index 4dcc20f..24520e6 100644
--- a/OvmfPkg/XenBusDxe/EventChannel.h
+++ b/OvmfPkg/XenBusDxe/EventChannel.h
@@ -28,6 +28,7 @@
   @return       Return 0 on success, or return the errno code from the 
hypercall.
 **/
 UINT32
+EFIAPI
 XenEventChannelNotify (
   IN XENBUS_DEVICE *Dev,
   IN evtchn_port_t Port
-- 
Anthony PERARD

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel

Reply via email to