mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03: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
|
@ -27,7 +27,7 @@
|
|||
#include "sysbus.h"
|
||||
#include "sysemu/sysemu.h"
|
||||
#include "qemu/log.h"
|
||||
#include "fifo.h"
|
||||
#include "qemu/fifo8.h"
|
||||
|
||||
#include "ssi.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue