aboutsummaryrefslogtreecommitdiff
path: root/hw/pci/msix.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/pci/msix.h')
-rw-r--r--hw/pci/msix.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/pci/msix.h b/hw/pci/msix.h
index ff07ae2e8f..ea85d02264 100644
--- a/hw/pci/msix.h
+++ b/hw/pci/msix.h
@@ -36,6 +36,7 @@ void msix_reset(PCIDevice *dev);
int msix_set_vector_notifiers(PCIDevice *dev,
MSIVectorUseNotifier use_notifier,
- MSIVectorReleaseNotifier release_notifier);
+ MSIVectorReleaseNotifier release_notifier,
+ MSIVectorPollNotifier poll_notifier);
void msix_unset_vector_notifiers(PCIDevice *dev);
#endif