aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ioemu/vl.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ioemu/vl.h')
-rw-r--r--tools/ioemu/vl.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/ioemu/vl.h b/tools/ioemu/vl.h
index bc06ecbe52..efe1ab2b16 100644
--- a/tools/ioemu/vl.h
+++ b/tools/ioemu/vl.h
@@ -1560,6 +1560,10 @@ void timeoffset_get(void);
void pci_xen_platform_init(PCIBus *bus);
#endif
+/* pci_emulation.c */
+#ifndef QEMU_TOOL
+#include "hw/pci_emulation.h"
+#endif
void kqemu_record_dump(void);