summary refs log tree commit diff stats
path: root/dump/win_dump.h
diff options
context:
space:
mode:
Diffstat (limited to 'dump/win_dump.h')
-rw-r--r--dump/win_dump.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/dump/win_dump.h b/dump/win_dump.h
index b8c25348f4..c9b49f87dc 100644
--- a/dump/win_dump.h
+++ b/dump/win_dump.h
@@ -11,7 +11,10 @@
 #ifndef WIN_DUMP_H
 #define WIN_DUMP_H
 
-#include "qemu/win_dump_defs.h"
+#include "sysemu/dump.h"
+
+/* Check Windows dump availability for the current target */
+bool win_dump_available(Error **errp);
 
 void create_win_dump(DumpState *s, Error **errp);