diff options
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 */ |