aboutsummaryrefslogtreecommitdiff
path: root/hw/i386/acpi-build.h
blob: 8ba3c33e483166e7e8cbfc2e7f5a96533e22a6e6 (plain)
1
2
3
4
5
6
7
8
9
10
11

#ifndef HW_I386_ACPI_BUILD_H
#define HW_I386_ACPI_BUILD_H
#include "hw/acpi/acpi-defs.h"

extern const struct AcpiGenericAddress x86_nvdimm_acpi_dsmio;

void acpi_setup(void);
Object *acpi_get_i386_pci_host(void);

#endif