]> git.proxmox.com Git - qemu.git/blob - block-migration.h
39ee8898829687420b602a960804d9f073786bfb
[qemu.git] / block-migration.h
1 /*
2 * QEMU live block migration
3 *
4 * Copyright IBM, Corp. 2009
5 *
6 * Authors:
7 * Liran Schour <lirans@il.ibm.com>
8 *
9 * This work is licensed under the terms of the GNU GPL, version 2. See
10 * the COPYING file in the top-level directory.
11 *
12 */
13
14 #ifndef BLOCK_MIGRATION_H
15 #define BLOCK_MIGRATION_H
16
17 void blk_mig_init(void);
18 void blk_mig_info(void);
19 #endif /* BLOCK_MIGRATION_H */