aboutsummaryrefslogtreecommitdiffstats
path: root/hw/msix.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/msix.h')
-rw-r--r--hw/msix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/msix.h b/hw/msix.h
index 39fa568f9..a9f7993c3 100644
--- a/hw/msix.h
+++ b/hw/msix.h
@@ -25,6 +25,7 @@ uint32_t msix_bar_size(PCIDevice *dev);
int msix_vector_use(PCIDevice *dev, unsigned vector);
void msix_vector_unuse(PCIDevice *dev, unsigned vector);
+void msix_unuse_all_vectors(PCIDevice *dev);
void msix_notify(PCIDevice *dev, unsigned vector);