master
c 15 lines 368 Bytes
Raw
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
8 #include "qemu/osdep.h"
9 #include "hw/acpi/wdat-ich9.h"
10
11 void build_ich9_wdat(GArray *table_data, BIOSLinker *linker, const char *oem_id,
12 const char *oem_table_id, uint64_t tco_base)
13 {
14 g_assert_not_reached();
15 }