]> Git Repo - qemu.git/blobdiff - hw/msix.h
ppc: convert to memory API
[qemu.git] / hw / msix.h
index 39fa568f9c74af9737ab2e42f638b097d2a1b32b..a9f7993c396a5923b147526793e8ba7613c77747 100644 (file)
--- 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);
 
This page took 0.033298 seconds and 4 git commands to generate.