qom: Use returned bool to check for failure, Coccinelle part
[qemu/ar7.git] / hw / i386 / acpi-build.h
blob74df5fc612889225c8d7a0c01ad791b4e632b5db
2 #ifndef HW_I386_ACPI_BUILD_H
3 #define HW_I386_ACPI_BUILD_H
4 #include "hw/acpi/acpi-defs.h"
6 extern const struct AcpiGenericAddress x86_nvdimm_acpi_dsmio;
8 void acpi_setup(void);
10 #endif