]> Git Repo - qemu.git/blobdiff - hw/msi.h
msi: Generalize msix_supported to msi_supported
[qemu.git] / hw / msi.h
index 5766018d799b70ac6506ad8fed43a39bc8109946..3040bb0b43f5c461daa27c869cdb94915efa3e3b 100644 (file)
--- a/hw/msi.h
+++ b/hw/msi.h
@@ -24,6 +24,8 @@
 #include "qemu-common.h"
 #include "pci.h"
 
+extern bool msi_supported;
+
 bool msi_enabled(const PCIDevice *dev);
 int msi_init(struct PCIDevice *dev, uint8_t offset,
              unsigned int nr_vectors, bool msi64bit, bool msi_per_vector_mask);
This page took 0.023371 seconds and 4 git commands to generate.