tap: reset vnet header size on open
[qemu/ar7.git] / buffered_file.h
blobef010febfee83387fbe61a544b8eb18e1a5b5972
1 /*
2 * QEMU buffered QEMUFile
4 * Copyright IBM, Corp. 2008
6 * Authors:
7 * Anthony Liguori <aliguori@us.ibm.com>
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
17 #include "hw/hw.h"
18 #include "migration.h"
20 QEMUFile *qemu_fopen_ops_buffered(MigrationState *migration_state);
22 #endif