fw_cfg_acpi.h 238 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. * ACPI support for fw_cfg
  4. *
  5. */
  6. #ifndef FW_CFG_ACPI_H
  7. #define FW_CFG_ACPI_H
  8. #include "exec/hwaddr.h"
  9. void fw_cfg_acpi_dsdt_add(Aml *scope, const MemMapEntry *fw_cfg_memmap);
  10. #endif