| 1 | /* |
| 2 | * Copyright Red Hat, Inc. 2026 |
| 3 | * Author(s): Igor Mammedov <imammedo@redhat.com> |
| 4 | * |
| 5 | * SPDX-License-Identifier: GPL-2.0-or-later |
| 6 | */ |
| 7 | #ifndef QEMU_HW_ACPI_WDAT_ICH9_H |
| 8 | #define QEMU_HW_ACPI_WDAT_ICH9_H |
| 9 | |
| 10 | #include "hw/acpi/aml-build.h" |
| 11 | |
| 12 | void build_ich9_wdat(GArray *table_data, BIOSLinker *linker, const char *oem_id, |
| 13 | const char *oem_table_id, uint64_t tco_base); |
| 14 | |
| 15 | #endif /* QEMU_HW_ACPI_WDAT_ICH9_H */ |