2 * QEMU buffered QEMUFile
4 * Copyright IBM, Corp. 2008
9 * This work is licensed under the terms of the GNU GPL, version 2. See
10 * the COPYING file in the top-level directory.
14 #ifndef QEMU_BUFFERED_FILE_H
15 #define QEMU_BUFFERED_FILE_H
18 #include "migration.h"
20 QEMUFile *qemu_fopen_ops_buffered(MigrationState *migration_state);