aboutsummaryrefslogtreecommitdiff
path: root/hw/msix.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/msix.h')
-rw-r--r--hw/msix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/msix.h b/hw/msix.h
index 5aba22b85..a8661e1c0 100644
--- a/hw/msix.h
+++ b/hw/msix.h
@@ -29,4 +29,6 @@ void msix_notify(PCIDevice *dev, unsigned vector);
void msix_reset(PCIDevice *dev);
+int msix_set_mask_notifier(PCIDevice *dev, msix_mask_notifier_func);
+int msix_unset_mask_notifier(PCIDevice *dev);
#endif