summaryrefslogtreecommitdiff
path: root/hw/msi.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/msi.h')
-rw-r--r--hw/msi.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/hw/msi.h b/hw/msi.h
index 3040bb0b43..75747abc25 100644
--- a/hw/msi.h
+++ b/hw/msi.h
@@ -24,6 +24,11 @@
#include "qemu-common.h"
#include "pci.h"
+struct MSIMessage {
+ uint64_t address;
+ uint32_t data;
+};
+
extern bool msi_supported;
bool msi_enabled(const PCIDevice *dev);