2016-06-10 04:15:42 -05:00
|
|
|
/*
|
|
|
|
* IPMI ACPI firmware handling
|
|
|
|
*
|
|
|
|
* Copyright (c) 2015,2016 Corey Minyard, MontaVista Software, LLC
|
|
|
|
*
|
|
|
|
* This work is licensed under the terms of the GNU GPL, version 2 or later.
|
|
|
|
* See the COPYING file in the top-level directory.
|
|
|
|
*/
|
|
|
|
|
2017-10-17 13:43:53 -03:00
|
|
|
#include "qemu/osdep.h"
|
2016-06-10 04:15:42 -05:00
|
|
|
#include "hw/acpi/ipmi.h"
|
|
|
|
|
2022-06-08 09:53:21 -04:00
|
|
|
void build_ipmi_dev_aml(AcpiDevAmlIf *adev, Aml *scope)
|
2016-06-10 04:15:42 -05:00
|
|
|
{
|
|
|
|
}
|