summaryrefslogtreecommitdiffstats
path: root/win_dump.h
diff options
context:
space:
mode:
authorMarkus Armbruster2019-06-19 22:10:48 +0200
committerMarkus Armbruster2019-07-02 13:37:00 +0200
commitc2a8714801821f8e4b7ef9b81b4f0e3a6e64ae2f (patch)
tree641681430ccee877ff5c6488fdb02c92819a8c03 /win_dump.h
parentqapi: Split dump.json off misc.json (diff)
downloadqemu-c2a8714801821f8e4b7ef9b81b4f0e3a6e64ae2f.tar.gz
qemu-c2a8714801821f8e4b7ef9b81b4f0e3a6e64ae2f.tar.xz
qemu-c2a8714801821f8e4b7ef9b81b4f0e3a6e64ae2f.zip
dump: Move the code to dump/
Cc: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20190619201050.19040-16-armbru@redhat.com> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'win_dump.h')
-rw-r--r--win_dump.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/win_dump.h b/win_dump.h
deleted file mode 100644
index b8c25348f4..0000000000
--- a/win_dump.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * Windows crashdump
- *
- * Copyright (c) 2018 Virtuozzo International GmbH
- *
- * This work is licensed under the terms of the GNU GPL, version 2 or later.
- * See the COPYING file in the top-level directory.
- *
- */
-
-#ifndef WIN_DUMP_H
-#define WIN_DUMP_H
-
-#include "qemu/win_dump_defs.h"
-
-void create_win_dump(DumpState *s, Error **errp);
-
-#endif /* WIN_DUMP_H */