summaryrefslogtreecommitdiffstats
path: root/hw/msi.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/msi.h')
-rw-r--r--hw/msi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/msi.h b/hw/msi.h
index 6ec1f99..150b09a 100644
--- a/hw/msi.h
+++ b/hw/msi.h
@@ -32,6 +32,7 @@ struct MSIMessage {
extern bool msi_supported;
void msi_set_message(PCIDevice *dev, MSIMessage msg);
+MSIMessage msi_get_message(PCIDevice *dev, unsigned int vector);
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);
OpenPOWER on IntegriCloud