mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
hw: move fifo.[ch] to libqemuutil
fifo.c is generic code that can be easily unit tested. So it belongs in libqemuutil. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
159b6e9f14
commit
fd7f0d6617
7 changed files with 8 additions and 5 deletions
|
@ -26,6 +26,8 @@
|
|||
#ifndef QEMU_VMSTATE_H
|
||||
#define QEMU_VMSTATE_H 1
|
||||
|
||||
#include <migration/qemu-file.h>
|
||||
|
||||
typedef void SaveStateHandler(QEMUFile *f, void *opaque);
|
||||
typedef int LoadStateHandler(QEMUFile *f, void *opaque, int version_id);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue