blob: d278f3d9515f4ac18415fd2da16b2576896d70f5 [file] [log] [blame]
/*
* QEMU buffered QEMUFile
*
* Copyright IBM, Corp. 2008
*
* Authors:
* Anthony Liguori <aliguori@us.ibm.com>
*
* This work is licensed under the terms of the GNU GPL, version 2. See
* the COPYING file in the top-level directory.
*
*/
#ifndef QEMU_BUFFERED_FILE_H
#define QEMU_BUFFERED_FILE_H
#include "hw/hw.h"
#include "migration/migration.h"
void qemu_fopen_ops_buffered(MigrationState *migration_state);
#endif