acpi: ipmi: use AcpiDevAmlIf interface to build IPMI device descriptors
[qemu.git] / include / hw / acpi / ipmi.h
blob6c8079c97a0f49ca65b94d1cd84ae7beda70c915
1 /*
2 * QEMU IPMI ACPI handling
4 * Copyright (c) 2015,2016 Corey Minyard <cminyard@mvista.com>
6 * This work is licensed under the terms of the GNU GPL, version 2 or later.
7 * See the COPYING file in the top-level directory.
8 */
9 #ifndef HW_ACPI_IPMI_H
10 #define HW_ACPI_IPMI_H
12 #include "hw/acpi/acpi_aml_interface.h"
14 void build_ipmi_dev_aml(AcpiDevAmlIf *adev, Aml *scope);
16 #endif /* HW_ACPI_IPMI_H */