]> git.proxmox.com Git - mirror_edk2.git/blobdiff - OvmfPkg/XenBusDxe/XenBus.c
OvmfPkg/XenBusDxe: Add Event Channel into XenBus protocol.
[mirror_edk2.git] / OvmfPkg / XenBusDxe / XenBus.c
index edd2d95217aa0e77d5393dbbae1cf8368e364d76..896a6607b73fce0d21225dbb7c585337721034b9 100644 (file)
@@ -359,6 +359,9 @@ STATIC XENBUS_PRIVATE_DATA gXenBusPrivateData = {
   .XenBusIo.SetState = XenBusSetState,\r
   .XenBusIo.GrantAccess = XenBusGrantAccess,\r
   .XenBusIo.GrantEndAccess = XenBusGrantEndAccess,\r
+  .XenBusIo.EventChannelAllocate = XenBusEventChannelAllocate,\r
+  .XenBusIo.EventChannelNotify = XenBusEventChannelNotify,\r
+  .XenBusIo.EventChannelClose = XenBusEventChannelClose,\r
   .XenBusIo.RegisterWatch = XenBusRegisterWatch,\r
   .XenBusIo.RegisterWatchBackend = XenBusRegisterWatchBackend,\r
   .XenBusIo.UnregisterWatch = XenBusUnregisterWatch,\r