diff options
Diffstat (limited to 'hw/msi.h')
-rw-r--r-- | hw/msi.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |