aboutsummaryrefslogtreecommitdiff
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 3040bb0b4..e5e821f5f 100644
--- a/hw/msi.h
+++ b/hw/msi.h
@@ -34,6 +34,7 @@ void msi_reset(PCIDevice *dev);
void msi_notify(PCIDevice *dev, unsigned int vector);
void msi_write_config(PCIDevice *dev, uint32_t addr, uint32_t val, int len);
unsigned int msi_nr_vectors_allocated(const PCIDevice *dev);
+void msi_post_load(PCIDevice *dev);
static inline bool msi_present(const PCIDevice *dev)
{