diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2013-04-15 09:19:22 +0300 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2013-04-15 15:16:34 +0200 |
commit | 0445259ba686f9ddf395f700c7d5b1ac400a451c (patch) | |
tree | f7bde207b666fa32ccf2ff84d6943f8582da3786 /hw/i386/pc_piix.c | |
parent | 174d5d990c7b08e75677402a71c834b000171c94 (diff) | |
download | qemu-0445259ba686f9ddf395f700c7d5b1ac400a451c.zip qemu-0445259ba686f9ddf395f700c7d5b1ac400a451c.tar.gz qemu-0445259ba686f9ddf395f700c7d5b1ac400a451c.tar.bz2 |
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>
Diffstat (limited to 'hw/i386/pc_piix.c')
-rw-r--r-- | hw/i386/pc_piix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/i386/pc_piix.c b/hw/i386/pc_piix.c index cff8013..943758a 100644 --- a/hw/i386/pc_piix.c +++ b/hw/i386/pc_piix.c @@ -43,6 +43,7 @@ #include "hw/xen/xen.h" #include "exec/memory.h" #include "exec/address-spaces.h" +#include "hw/acpi/acpi.h" #include "cpu.h" #ifdef CONFIG_XEN # include <xen/hvm/hvm_info_table.h> |