diff options
Diffstat (limited to 'hw/msix.h')
| -rw-r--r-- | hw/msix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/msix.h b/hw/msix.h index 1786e2766b..15211cb592 100644 --- a/hw/msix.h +++ b/hw/msix.h @@ -4,6 +4,7 @@ #include "qemu-common.h" #include "pci.h" +void msix_set_message(PCIDevice *dev, int vector, MSIMessage msg); int msix_init(PCIDevice *dev, unsigned short nentries, MemoryRegion *table_bar, uint8_t table_bar_nr, unsigned table_offset, MemoryRegion *pba_bar, |