mirror of
https://github.com/mii443/qemu.git
synced 2025-08-23 15:48:20 +00:00
acpi: move declarations from pc.h to acpi.h
Functions defined in acpi/ should be declared in acpi.h Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
committed by
Paolo Bonzini
parent
174d5d990c
commit
0445259ba6
@ -49,6 +49,7 @@
|
||||
#include "qmp-commands.h"
|
||||
#include "trace.h"
|
||||
#include "exec/cpu-all.h"
|
||||
#include "hw/acpi/acpi.h"
|
||||
|
||||
#ifdef DEBUG_ARCH_INIT
|
||||
#define DPRINTF(fmt, ...) \
|
||||
|
Reference in New Issue
Block a user