These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / hw / i386 / acpi-build.h
index e57b1aa..007332e 100644 (file)
@@ -2,8 +2,6 @@
 #ifndef HW_I386_ACPI_BUILD_H
 #define HW_I386_ACPI_BUILD_H
 
-#include "qemu/typedefs.h"
-
-void acpi_setup(PcGuestInfo *);
+void acpi_setup(void);
 
 #endif