xref: /qemu/dump/win_dump.h (revision 32cad1ffb81dcecf6f4a8af56d6e5892682839b1)
12da91b54SViktor Prutyanov /*
22da91b54SViktor Prutyanov  * Windows crashdump
32da91b54SViktor Prutyanov  *
42da91b54SViktor Prutyanov  * Copyright (c) 2018 Virtuozzo International GmbH
52da91b54SViktor Prutyanov  *
62da91b54SViktor Prutyanov  * This work is licensed under the terms of the GNU GPL, version 2 or later.
72da91b54SViktor Prutyanov  * See the COPYING file in the top-level directory.
82da91b54SViktor Prutyanov  *
92da91b54SViktor Prutyanov  */
102da91b54SViktor Prutyanov 
11a52fbc37SViktor Prutyanov #ifndef WIN_DUMP_H
12a52fbc37SViktor Prutyanov #define WIN_DUMP_H
132da91b54SViktor Prutyanov 
14*32cad1ffSPhilippe Mathieu-Daudé #include "system/dump.h"
152da91b54SViktor Prutyanov 
16efc3146aSPhilippe Mathieu-Daudé /* Check Windows dump availability for the current target */
17efc3146aSPhilippe Mathieu-Daudé bool win_dump_available(Error **errp);
18efc3146aSPhilippe Mathieu-Daudé 
192da91b54SViktor Prutyanov void create_win_dump(DumpState *s, Error **errp);
202da91b54SViktor Prutyanov 
21a52fbc37SViktor Prutyanov #endif /* WIN_DUMP_H */
22