master
h 19 lines 558 Bytes
Raw
1 /*
2 * GWDT Watchdog Action Table (WDAT) definition
3 *
4 * Copyright Red Hat, Inc. 2026
5 * Author(s): Igor Mammedov <imammedo@redhat.com>
6 *
7 * SPDX-License-Identifier: GPL-2.0-or-later
8 */
9 #ifndef QEMU_HW_ACPI_WDAT_GWDT_H
10 #define QEMU_HW_ACPI_WDAT_GWDT_H
11
12 #include "hw/acpi/aml-build.h"
13 #include "hw/watchdog/sbsa_gwdt.h"
14
15 void build_gwdt_wdat(GArray *table_data, BIOSLinker *linker, const char *oem_id,
16 const char *oem_table_id, uint64_t rbase, uint64_t cbase,
17 uint64_t freq);
18
19 #endif /* QEMU_HW_ACPI_WDAT_GWDT_H */