diff options
author | Markus Armbruster <armbru@redhat.com> | 2019-06-19 22:10:48 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2019-07-02 13:37:00 +0200 |
commit | c2a8714801821f8e4b7ef9b81b4f0e3a6e64ae2f (patch) | |
tree | 641681430ccee877ff5c6488fdb02c92819a8c03 /dump/win_dump.h | |
parent | d06b747bd55059f6e5bde64f105477929f8275fb (diff) |
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 'dump/win_dump.h')
-rw-r--r-- | dump/win_dump.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/dump/win_dump.h b/dump/win_dump.h new file mode 100644 index 0000000000..b8c25348f4 --- /dev/null +++ b/dump/win_dump.h @@ -0,0 +1,18 @@ +/* + * 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 */ |