aboutsummaryrefslogtreecommitdiff
path: root/include/hw/acpi/ipmi.h
blob: 6c8079c97a0f49ca65b94d1cd84ae7beda70c915 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * QEMU IPMI ACPI handling
 *
 * Copyright (c) 2015,2016 Corey Minyard <cminyard@mvista.com>
 *
 * This work is licensed under the terms of the GNU GPL, version 2 or later.
 * See the COPYING file in the top-level directory.
 */
#ifndef HW_ACPI_IPMI_H
#define HW_ACPI_IPMI_H

#include "hw/acpi/acpi_aml_interface.h"

void build_ipmi_dev_aml(AcpiDevAmlIf *adev, Aml *scope);

#endif /* HW_ACPI_IPMI_H */