]> Git Repo - qemu.git/blob - include/block/block_backup.h
semihosting: move semihosting configuration into its own directory
[qemu.git] / include / block / block_backup.h
1 /*
2  * QEMU backup
3  *
4  * Copyright (c) 2013 Proxmox Server Solutions
5  * Copyright (c) 2016 HUAWEI TECHNOLOGIES CO., LTD.
6  * Copyright (c) 2016 Intel Corporation
7  * Copyright (c) 2016 FUJITSU LIMITED
8  *
9  * Authors:
10  *  Dietmar Maurer <[email protected]>
11  *  Changlong Xie <[email protected]>
12  *
13  * This work is licensed under the terms of the GNU GPL, version 2 or later.
14  * See the COPYING file in the top-level directory.
15  *
16  */
17
18 #ifndef BLOCK_BACKUP_H
19 #define BLOCK_BACKUP_H
20
21 #include "block/block_int.h"
22
23 void backup_do_checkpoint(BlockJob *job, Error **errp);
24
25 #endif
This page took 0.02658 seconds and 4 git commands to generate.